Skip to content

Commit

Permalink
chore(release): 1.11.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Apr 25, 2024
1 parent ef08da3 commit 527fbcc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.11.1"></a>
## [1.11.1](https://github.com/rime/librime/compare/1.11.0...1.11.1) (2024-04-25)


### Bug Fixes

* crash on select_schema .default ([ef08da3](https://github.com/rime/librime/commit/ef08da3))
* **script_translator:** correction can cause segfault ([#863](https://github.com/rime/librime/issues/863)) ([feec253](https://github.com/rime/librime/commit/feec253))



# [1.11.0](https://github.com/rime/librime/compare/1.10.0...1.11.0) (2024-03-29)


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

0 comments on commit 527fbcc

Please sign in to comment.