From 8e992c137f7b13745774d5d89ffb7e40fff3b053 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Sat, 10 Feb 2024 18:53:02 +0900 Subject: [PATCH] chore: bump ibus-chewing version to 2.0.0 --- CHANGELOG.md | 5 +++-- CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870b1b2..ed2b2bc 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.0.0-rc1] - 2024-02-10 ### Added @@ -44,4 +44,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 See [ChangeLog-1.x](./ChangeLog-1.x) -[unreleased]: https://github.com/chewing/ibus-chewing/compare/1.6.2...HEAD \ No newline at end of file +[unreleased]: https://github.com/chewing/ibus-chewing/compare/1.6.2...HEAD +[v2.0.0-rc1]: https://github.com/chewing/ibus-chewing/compare/1.6.2...HEAD \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 43fba47..553dc14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21.0) -project(ibus-chewing VERSION 1.6.2 LANGUAGES C) +project(ibus-chewing VERSION 2.0.0 LANGUAGES C) set(PRJ_SUMMARY "The Chewing engine for IBus input platform") set(SUMMARY_TRANSLATIONS "zh_TW" "IBus新酷音輸入法")