From 9f6d6c328e60e4829e5c4733393ee76d2e779104 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Sun, 16 Feb 2025 22:35:46 +0900 Subject: [PATCH 1/2] chore(release): update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1559231..65895a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v2.1.4] - 2015-02-16 ### Fixed @@ -103,6 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 See [ChangeLog-1.x](./ChangeLog-1.x) +[v2.1.4]: https://github.com/chewing/ibus-chewing/compare/v2.1.3...v2.1.4 [v2.1.3]: https://github.com/chewing/ibus-chewing/compare/v2.1.2...v2.1.3 [v2.1.2]: https://github.com/chewing/ibus-chewing/compare/v2.1.1...v2.1.2 [v2.1.1]: https://github.com/chewing/ibus-chewing/compare/v2.1.0...v2.1.1 From c90391d82f0a1557d7b2ae6ad6f0f12747d6df05 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Sun, 16 Feb 2025 22:37:32 +0900 Subject: [PATCH 2/2] chore(release): bump version to 2.1.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 180d1e6..cd6f3be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(SUMMARY_TRANSLATIONS "zh_TW" "IBus新酷音輸入法") set(PRJ_VER_MAJOR 2) set(PRJ_VER_MINOR 1) -set(PRJ_VER_PATCH 3) +set(PRJ_VER_PATCH 4) # set(PRJ_VER_EXTRA "") set(PRJ_VER "${PRJ_VER_MAJOR}.${PRJ_VER_MINOR}.${PRJ_VER_PATCH}")