summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-21 08:25:20 +0800
committerruki <[email protected]>2025-09-21 08:25:20 +0800
commitde7aca41098886112f693dbbb590c2facf7fa533 (patch)
tree8405ba894a20116b7d8d027fabec378162fe284d
parent27a68c72136fec6343417534bf9c1f3be98c52aa (diff)
update versionv3.0.3
-rw-r--r--CHANGELOG.md5
-rw-r--r--core/xmake.lua2
-rwxr-xr-xcore/xmake.sh2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2994f89f..8fb66a010 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## v3.0.3
+
### New features
* [#6778](https://github.com/xmake-io/xmake/pull/6778): Add build.linker.output
@@ -17,7 +19,6 @@
* [#6765](https://github.com/xmake-io/xmake/pull/6765): Improve bin2c to use native thread
* [#6771](https://github.com/xmake-io/xmake/pull/6771): Fix find gcc/gxx cache
* [#6777](https://github.com/xmake-io/xmake/pull/6777): Fix executable path for cmake
-* [#6782](https://github.com/xmake-io/xmake/pull/6782): Update engine
* [#6783](https://github.com/xmake-io/xmake/pull/6783): Fix build.c++.modules.std policy
* [#6744](https://github.com/xmake-io/xmake/pull/6744): Use a file for requires flags when --verbose or --diagnosis is supplied
* [#6780](https://github.com/xmake-io/xmake/pull/6780): Add benchmarks and optimize config/build targets
@@ -2082,6 +2083,8 @@
## master (开发中)
+## v3.0.3
+
### 新特性
* [#6778](https://github.com/xmake-io/xmake/pull/6778): 添加 build.linker.output
diff --git a/core/xmake.lua b/core/xmake.lua
index cad12535a..c99494a98 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -2,7 +2,7 @@
set_project("xmake")
-- version
-set_version("3.0.2", {build = "%Y%m%d"})
+set_version("3.0.3", {build = "%Y%m%d"})
-- set xmake min version
set_xmakever("2.8.5")
diff --git a/core/xmake.sh b/core/xmake.sh
index 7bd8dae3a..69592ad0d 100755
--- a/core/xmake.sh
+++ b/core/xmake.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set_project "xmake"
-set_version "3.0.2" "%Y%m%d"
+set_version "3.0.3" "%Y%m%d"
# set warning all
set_warnings "all"