Skip to content

Commit

Permalink
更新版本号以release
Browse files Browse the repository at this point in the history
  • Loading branch information
siuze committed Feb 18, 2024
1 parent 4cca73d commit 6e017c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

<a name="1.10.0-alpha240218"></a>

# [1.10.0-alpha240218](https://github.com/siuze/librime/compare/1.9.0...1.10.0-alpha240218) (2024-02-18)
### Bug Fixes
* **长词联想:** 修复长词联想功能中上屏词汇消耗音节数量与实际不匹配的问题
([4cca73d](https://github.com/siuze/librime/commit/4cca73d0cdb6a362619bf70645c4abfd80df7416)) [siuze/ShanRenMaLTS#38](https://github.com/siuze/ShanRenMaLTS/issues/38)
### Others
* 同步更新上游代码

<a name="1.10.0"></a>
# [1.10.0](https://github.com/rime/librime/compare/1.9.0...1.10.0) (2024-02-09)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.12)
project(rime)
set(CMAKE_CXX_STANDARD 17)

set(rime_version 1.10.0)
set(rime_version 1.10.0-alpha240218)
set(rime_soversion 1)

add_definitions(-DRIME_VERSION="${rime_version}")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "librime",
"version": "1.10.0",
"version": "1.10.0-alpha240218",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 6e017c8

Please sign in to comment.