Skip to content

Commit

Permalink
Merge pull request #244 from chewing/prep-2.1.3
Browse files Browse the repository at this point in the history
Prepare release 2.1.3
  • Loading branch information
kanru authored Jan 1, 2025
2 parents 7558b57 + 6c45d1b commit 208867a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [v2.1.3] - 2025-01-01

### Fixed

- Fix crashes by ensuring always free chewing objects with chewing_free.

## [v2.1.2] - 2024-10-07

### Fixed
Expand Down Expand Up @@ -91,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[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
[v2.1.0]: https://github.com/chewing/ibus-chewing/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(SUMMARY_TRANSLATIONS "zh_TW" "IBus新酷音輸入法")

set(PRJ_VER_MAJOR 2)
set(PRJ_VER_MINOR 1)
set(PRJ_VER_PATCH 2)
set(PRJ_VER_PATCH 3)
# set(PRJ_VER_EXTRA "")

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

0 comments on commit 208867a

Please sign in to comment.