Skip to content

Commit 80eba51

Browse files
committed
chore(release): bump version to 0.12.0-alpha.1
1 parent 7bc3fc3 commit 80eba51

File tree

9 files changed

+82
-73
lines changed

9 files changed

+82
-73
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.24.0...3.31.6)
22
project(libchewing LANGUAGES C)
33

4-
set(CMAKE_PROJECT_VERSION 0.11.0)
4+
set(CMAKE_PROJECT_VERSION 0.12.0-alpha.1)
55
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
66

77
find_package(Git)

Cargo.lock

Lines changed: 68 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "chewing"
33
description = "The Chewing (酷音) intelligent Zhuyin input method."
44
documentation = "https://docs.rs/chewing"
55
license = "LGPL-2.1-or-later"
6-
version = "0.11.0"
6+
version = "0.12.0-alpha.1"
77
rust-version = "1.88.0"
88
edition = "2024"
99

0 commit comments

Comments
 (0)