Skip to content

Commit 086834c

Browse files
committed
Bump version to 1.0.6.
1 parent 4828286 commit 086834c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
3232
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
3333
set (OPENCC_VERSION_MAJOR 1)
3434
set (OPENCC_VERSION_MINOR 0)
35-
set (OPENCC_VERSION_REVISION 5)
35+
set (OPENCC_VERSION_REVISION 6)
3636

3737
if (CMAKE_BUILD_TYPE MATCHES Debug)
3838
set (version_suffix .Debug)

NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change History of OpenCC
22

3+
## Version 1.0.6
4+
5+
2020年4月13日
6+
7+
* 正式支持日本語新字體轉換。
8+
* 升級Node.js依賴,改進兼容性。
9+
* 修復多處多平臺編譯和兼容性問題。
10+
* 修正大量轉換錯誤。
11+
312
## Version 1.0.5
413

514
2017年2月6日

0 commit comments

Comments
 (0)