summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-11-08 23:01:26 +0800
committerruki <[email protected]>2021-11-08 23:01:26 +0800
commit7862d3f7c88f9afe1898b8447854754614094bc3 (patch)
treed5aecf9be78382775e57ad49b45f1e3655b24f10
parent135638f4b805517e182015a1722f355f43b4eea5 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77abaa0bd..301fca4ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@
* [#1776](https://github.com/xmake-io/xmake/issues/1776): Improve system::find_package, support to find package from envs
* [#1786](https://github.com/xmake-io/xmake/issues/1786): Improve apt:find_package, support to find alias package
+### Bugs Fixed
+
+* Fix semver to parse build string with zero prefix
+
## v2.5.9
### New features
@@ -1127,6 +1131,10 @@
* [#1776](https://github.com/xmake-io/xmake/issues/1776): 改进 system::find_package,支持从环境变量中查找系统库
* [#1786](https://github.com/xmake-io/xmake/issues/1786): 改进 apt:find_package,支持查找 alias 包
+### Bugs 修复
+
+* 修复语义版本中解析带有 0 前缀的 build 字符串问题
+
## v2.5.9
### 新特性