Skip to content

Commit

Permalink
chore(release): 1.13.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jan 22, 2025
1 parent 28a234f commit e8184dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="1.13.0"></a>
# [1.13.0](https://github.com/rime/librime/compare/1.12.0...1.13.0) (2025-01-22)


### Bug Fixes

* **api:** export librime 0.9 API as extern C ([2930c26](https://github.com/rime/librime/commit/2930c26)), closes [#964](https://github.com/rime/librime/issues/964)
* **navigator:** disconnect notifier ([b34e4ac](https://github.com/rime/librime/commit/b34e4ac))
* **navigator:** wrong spans after selection ([#952](https://github.com/rime/librime/issues/952)) ([0a983b4](https://github.com/rime/librime/commit/0a983b4))
* **rime_api_console:** recreate session when necessary ([6f6f540](https://github.com/rime/librime/commit/6f6f540))


### Features

* **punctuator:** convert digit separators ([28a234f](https://github.com/rime/librime/commit/28a234f)), closes [#972](https://github.com/rime/librime/issues/972)



<a name="1.12.0"></a>
# [1.12.0](https://github.com/rime/librime/compare/1.11.2...1.12.0) (2024-11-11)

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.12.0)
set(rime_version 1.13.0)
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.12.0",
"version": "1.13.0",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit e8184dc

Please sign in to comment.