Skip to content

Commit b09d3de

Browse files
committed
update version
1 parent 122a479 commit b09d3de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## v1.6.7
6+
57
### Changes
68

79
* Support coroutine for mingw
@@ -10,6 +12,7 @@
1012
### Bugs Fixed
1113

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

1417
## v1.6.6
1518

@@ -219,6 +222,8 @@
219222

220223
## master (开发中)
221224

225+
## v1.6.7
226+
222227
### 改进
223228

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

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

231237
## v1.6.6
232238

xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_project("tbox")
55
set_xmakever("2.5.1")
66

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

1010
-- set warning all as error
1111
set_warnings("all", "error")

0 commit comments

Comments
 (0)