From 527fbcc750ee18006e9cce8b72ae29294f4d28c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=85=E6=88=8E=E6=B0=8F?= Date: Thu, 25 Apr 2024 20:35:15 +0800 Subject: [PATCH] chore(release): 1.11.1 :tada: --- CHANGELOG.md | 11 +++++++++++ CMakeLists.txt | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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": {