File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## v3.0.3
6+
57### New features
68
79* [ #6778 ] ( https://github.com/xmake-io/xmake/pull/6778 ) : Add build.linker.output
1719* [ #6765 ] ( https://github.com/xmake-io/xmake/pull/6765 ) : Improve bin2c to use native thread
1820* [ #6771 ] ( https://github.com/xmake-io/xmake/pull/6771 ) : Fix find gcc/gxx cache
1921* [ #6777 ] ( https://github.com/xmake-io/xmake/pull/6777 ) : Fix executable path for cmake
20- * [ #6782 ] ( https://github.com/xmake-io/xmake/pull/6782 ) : Update engine
2122* [ #6783 ] ( https://github.com/xmake-io/xmake/pull/6783 ) : Fix build.c++.modules.std policy
2223* [ #6744 ] ( https://github.com/xmake-io/xmake/pull/6744 ) : Use a file for requires flags when --verbose or --diagnosis is supplied
2324* [ #6780 ] ( https://github.com/xmake-io/xmake/pull/6780 ) : Add benchmarks and optimize config/build targets
20822083
20832084## master (开发中)
20842085
2086+ ## v3.0.3
2087+
20852088### 新特性
20862089
20872090* [ #6778 ] ( https://github.com/xmake-io/xmake/pull/6778 ) : 添加 build.linker.output
Original file line number Diff line number Diff line change 22set_project (" xmake" )
33
44-- version
5- set_version (" 3.0.2 " , {build = " %Y%m%d" })
5+ set_version (" 3.0.3 " , {build = " %Y%m%d" })
66
77-- set xmake min version
88set_xmakever (" 2.8.5" )
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33set_project " xmake"
4- set_version " 3.0.2 " " %Y%m%d"
4+ set_version " 3.0.3 " " %Y%m%d"
55
66# set warning all
77set_warnings " all"
You can’t perform that action at this time.
0 commit comments