Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 8, 2021
1 parent 122a479 commit b09d3de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## v1.6.7

### Changes

* Support coroutine for mingw
Expand All @@ -10,6 +12,7 @@
### Bugs Fixed

* [#175](https://github.com/tboox/tbox/issues/175): Fix coroutine crash on windows
* Fix some compilation errors

## v1.6.6

Expand Down Expand Up @@ -219,6 +222,8 @@

## master (开发中)

## v1.6.7

### 改进

* 改进协程,增加对 mingw 支持
Expand All @@ -227,6 +232,7 @@
### Bugs 修复

* [#175](https://github.com/tboox/tbox/issues/175): 修复协程在 windows 上崩溃
* 修复一些编译问题

## v1.6.6

Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set_project("tbox")
set_xmakever("2.5.1")

-- set project version
set_version("1.6.6", {build = "%Y%m%d%H%M"})
set_version("1.6.7", {build = "%Y%m%d%H%M"})

-- set warning all as error
set_warnings("all", "error")
Expand Down

0 comments on commit b09d3de

Please sign in to comment.