We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1f4f5 commit 9356bc0Copy full SHA for 9356bc0
release.md
@@ -1,5 +1,10 @@
1
# 版本发布说明
2
3
+## 1.1.9 - 2025年4月6日
4
+
5
+1. fixed macosx xcode 升级导致线程池编译错误
6
+2. 新增插件支持
7
8
## 1.1.8 - 2025年3月23日
9
10
1. Datetime/TimeDelta 增加 hash 支持
xmake.lua
@@ -1,5 +1,5 @@
-- config version
-set_version("1.1.7", {build="%Y%m%d%H%M"}) --使用 build 参数将导致每次重编译
+set_version("1.1.9", {build="%Y%m%d%H%M"}) --使用 build 参数将导致每次重编译
-- set warning all as error
set_warnings("all", "error")
0 commit comments