diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c05b746..0da215b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [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) diff --git a/CMakeLists.txt b/CMakeLists.txt index b611a65bd..6ad68867f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/package.json b/package.json index 139608078..a63792584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "librime", - "version": "1.11.0", + "version": "1.11.1", "description": "Rime Input Method Engine", "main": "index.js", "directories": {