Skip to content

Commit 36720fa

Browse files
committed
chore(release): bump version to 2.1.7
1 parent eb56294 commit 36720fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v2.1.7] - 2025-09-06
99

1010
### Changed
1111

@@ -131,6 +131,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131131

132132
See [ChangeLog-1.x](./ChangeLog-1.x)
133133

134+
[v2.1.7]: https://github.com/chewing/ibus-chewing/compare/v2.1.6...v2.1.7
134135
[v2.1.6]: https://github.com/chewing/ibus-chewing/compare/v2.1.5...v2.1.6
135136
[v2.1.5]: https://github.com/chewing/ibus-chewing/compare/v2.1.4...v2.1.5
136137
[v2.1.4]: https://github.com/chewing/ibus-chewing/compare/v2.1.3...v2.1.4

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(SUMMARY_TRANSLATIONS "zh_TW" "IBus新酷音輸入法")
66

77
set(PRJ_VER_MAJOR 2)
88
set(PRJ_VER_MINOR 1)
9-
set(PRJ_VER_PATCH 6)
9+
set(PRJ_VER_PATCH 7)
1010
# set(PRJ_VER_EXTRA "")
1111

1212
set(PRJ_VER "${PRJ_VER_MAJOR}.${PRJ_VER_MINOR}.${PRJ_VER_PATCH}")

0 commit comments

Comments
 (0)