Skip to content

Commit 59cdfe0

Browse files
Release 1.1.5 (#742)
1 parent 07d2f75 commit 59cdfe0

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
4242
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
4343
set (OPENCC_VERSION_MAJOR 1)
4444
set (OPENCC_VERSION_MINOR 1)
45-
set (OPENCC_VERSION_REVISION 4)
45+
set (OPENCC_VERSION_REVISION 5)
4646

4747
if (CMAKE_BUILD_TYPE MATCHES Debug)
4848
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.1.5
4+
5+
2022年12月03日
6+
7+
* 支持Python 3.11 ([#728](https://github.com/BYVoid/OpenCC/pull/728))。
8+
* Automatically name SO files ([#708](https://github.com/BYVoid/OpenCC/pull/708))
9+
* Add support for Apple silicon build tag ([#716](https://github.com/BYVoid/OpenCC/pull/716))
10+
* 若干其他小修復。
11+
312
## Version 1.1.4
413

514
2022年6月4日

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencc",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Conversion between Traditional and Simplified Chinese",
55
"author": "Carbo Kuo <byvoid@byvoid.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)