File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## v2.5.4
6
+
5
7
### New features
6
8
7
9
* [ #1323 ] ( https://github.com/xmake-io/xmake/issues/1323 ) : Support find and install package from ` apt ` , ` add_requires("apt::zlib1g-dev") `
10
12
* [ #1087 ] ( https://github.com/xmake-io/xmake/issues/1087 ) : Add ` xrepo env shell ` and support load envs from ` add_requires/xmake.lua `
11
13
* [ #1313 ] ( https://github.com/xmake-io/xmake/issues/1313 ) : Support private package for ` add_requires/add_deps `
12
14
* [ #1358 ] ( https://github.com/xmake-io/xmake/issues/1358 ) : Support to set mirror url to speedup download package
13
- * [ #1369 ] ( https://github.com/xmake-io/xmake/pull/1369 ) : Support arm/arm64 packages for vcpkg
14
- * [ #1405 ] ( https://github.com/xmake-io/xmake/pull/1405 ) : Add portage package manager support
15
+ * [ #1369 ] ( https://github.com/xmake-io/xmake/pull/1369 ) : Support arm/arm64 packages for vcpkg, thanks @ fallending
16
+ * [ #1405 ] ( https://github.com/xmake-io/xmake/pull/1405 ) : Add portage package manager support, thanks @ Phate6660
15
17
16
18
### Change
17
19
990
992
991
993
## master (开发中)
992
994
995
+ ## v2.5.4
996
+
993
997
### 新特性
994
998
995
999
* [ #1323 ] ( https://github.com/xmake-io/xmake/issues/1323 ) : 支持从 apt 查找安装包,` add_requires("apt::zlib1g-dev") `
998
1002
* [ #1087 ] ( https://github.com/xmake-io/xmake/issues/1087 ) : 添加 ` xrepo env shell ` 并且支持从 ` add_requires/xmake.lua ` 加载包环境
999
1003
* [ #1313 ] ( https://github.com/xmake-io/xmake/issues/1313 ) : 为 ` add_requires/add_deps ` 添加私有包支持
1000
1004
* [ #1358 ] ( https://github.com/xmake-io/xmake/issues/1358 ) : 支持设置镜像 url 站点加速包下载
1001
- * [ #1369 ] ( https://github.com/xmake-io/xmake/pull/1369 ) : 为 vcpkg 增加 arm/arm64 包集成支持
1002
- * [ #1405 ] ( https://github.com/xmake-io/xmake/pull/1405 ) : 添加 portage 包管理器支持
1005
+ * [ #1369 ] ( https://github.com/xmake-io/xmake/pull/1369 ) : 为 vcpkg 增加 arm/arm64 包集成支持,感谢 @ fallending
1006
+ * [ #1405 ] ( https://github.com/xmake-io/xmake/pull/1405 ) : 添加 portage 包管理器支持,感谢 @ Phate6660
1003
1007
1004
1008
### 改进
1005
1009
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2
10
10
PRO_VERSION_MINOR = 5
11
11
12
12
# the project alter version
13
- PRO_VERSION_ALTER = 3
13
+ PRO_VERSION_ALTER = 4
14
14
15
15
# the project prefix
16
16
PRO_PREFIX = XM_
Original file line number Diff line number Diff line change 2
2
set_project (" xmake" )
3
3
4
4
-- version
5
- set_version (" 2.5.3 " , {build = " %Y%m%d%H%M" })
5
+ set_version (" 2.5.4 " , {build = " %Y%m%d%H%M" })
6
6
7
7
-- set xmake min version
8
8
set_xmakever (" 2.2.3" )
You can’t perform that action at this time.
0 commit comments