File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## v1.6.7
6
+
5
7
### Changes
6
8
7
9
* Support coroutine for mingw
10
12
### Bugs Fixed
11
13
12
14
* [ #175 ] ( https://github.com/tboox/tbox/issues/175 ) : Fix coroutine crash on windows
15
+ * Fix some compilation errors
13
16
14
17
## v1.6.6
15
18
219
222
220
223
## master (开发中)
221
224
225
+ ## v1.6.7
226
+
222
227
### 改进
223
228
224
229
* 改进协程,增加对 mingw 支持
227
232
### Bugs 修复
228
233
229
234
* [ #175 ] ( https://github.com/tboox/tbox/issues/175 ) : 修复协程在 windows 上崩溃
235
+ * 修复一些编译问题
230
236
231
237
## v1.6.6
232
238
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set_project("tbox")
5
5
set_xmakever (" 2.5.1" )
6
6
7
7
-- 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" })
9
9
10
10
-- set warning all as error
11
11
set_warnings (" all" , " error" )
You can’t perform that action at this time.
0 commit comments