Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit c5c2d55

Browse files
committed
3.1.6
1 parent 7db0564 commit c5c2d55

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# 更新日志 Change Log
22

3+
*我们正在考察使用 Rust 重构项目,以提供更易用和更一致的用户体验。敬请期待*
4+
35
## 3.1.6
46
*2022.2.9*
57
- [#13](https://github.com/Guyutongxue/VSCodeConfigHelper3/issues/13)
68

79
## 3.1.5
810
*2022.1.25*
911
- 将构建系统迁移到 [xmake](https://xmake.io)
12+
- [#12](https://github.com/Guyutongxue/VSCodeConfigHelper3/issues/12)
1013

1114
## 3.1.4
1215
*2021.11.20*

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ add_requires("cpp-httplib 0.9.2", {
2222
add_requires("nlohmann_json 3.10.0")
2323

2424
target("vscch3")
25-
set_version("3.1.5")
25+
set_version("3.1.6")
2626
set_languages("cxx20")
2727
add_files("src/*.cpp")
2828
add_packages("boost", "cpp-httplib", "nlohmann_json")

0 commit comments

Comments
 (0)