File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.24.0...3.31.6)
22project (libchewing LANGUAGES C)
33
4- set (CMAKE_PROJECT_VERSION 0.12.0-alpha.1 )
4+ set (CMAKE_PROJECT_VERSION 0.12.0-alpha.2 )
55set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
66
77find_package (Git)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "chewing"
33description = " The Chewing (酷音) intelligent Zhuyin input method."
44documentation = " https://docs.rs/chewing"
55license = " LGPL-2.1-or-later"
6- version = " 0.12.0-alpha.1 "
6+ version = " 0.12.0-alpha.2 "
77rust-version = " 1.88.0"
88edition = " 2024"
99
Original file line number Diff line number Diff line change 22name = " chewing_capi"
33description = " The Chewing (酷音) intelligent Zhuyin input method."
44license = " LGPL-2.1-or-later"
5- version = " 0.12.0-alpha.1 "
5+ version = " 0.12.0-alpha.2 "
66rust-version = " 1.88"
77edition = " 2024"
88
99[lib ]
1010crate-type = [" rlib" , " staticlib" ]
1111
1212[dependencies ]
13- chewing = { version = " 0.12.0-alpha.1 " , path = " .." }
13+ chewing = { version = " 0.12.0-alpha.2 " , path = " .." }
1414env_logger = { workspace = true }
1515log = { workspace = true }
1616
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pub const CHEWING_VERSION_PATCH: c_int = 0;
66
77#[ unsafe( no_mangle) ]
88pub extern "C" fn chewing_version ( ) -> * const c_char {
9- c"0.12.0-alpha.1 " . as_ptr ( )
9+ c"0.12.0-alpha.2 " . as_ptr ( )
1010}
1111
1212#[ unsafe( no_mangle) ]
@@ -26,5 +26,5 @@ pub extern "C" fn chewing_version_patch() -> c_int {
2626
2727#[ unsafe( no_mangle) ]
2828pub extern "C" fn chewing_version_extra ( ) -> * const c_char {
29- c"alpha.1 " . as_ptr ( )
29+ c"alpha.2 " . as_ptr ( )
3030}
Original file line number Diff line number Diff line change 11.ie \n( .g .ds Aq \(aq
22.el .ds Aq '
3- .TH chewing-cli 1 "chewing-cli 0.12.0-alpha.1 "
3+ .TH chewing-cli 1 "chewing-cli 0.12.0-alpha.2 "
44.SH NAME
55chewing\- cli \- Tools of the Chewing (酷音) intelligent Zhuyin input method.
66.SH SYNOPSIS
@@ -25,4 +25,4 @@ Display information about the dictionary
2525chewing\- cli\- dump(1)
2626Dump the dictionary entries into tsi.src formatted stream
2727.SH VERSION
28- v0.12.0-alpha.1
28+ v0.12.0-alpha.2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- chewing = { version = " 0.12.0-alpha.1 " , path = " .." }
10- chewing_capi = { version = " 0.12.0-alpha.1 " , path = " ../capi" }
9+ chewing = { version = " 0.12.0-alpha.2 " , path = " .." }
10+ chewing_capi = { version = " 0.12.0-alpha.2 " , path = " ../capi" }
1111env_logger = { workspace = true }
1212log = { workspace = true }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77crate-type = [" cdylib" ]
88
99[dependencies ]
10- chewing = { version = " 0.12.0-alpha.1 " , path = " ../.." }
10+ chewing = { version = " 0.12.0-alpha.2 " , path = " ../.." }
1111
1212[features ]
1313sqlite = [" chewing/sqlite" ]
Original file line number Diff line number Diff line change 22name = " chewing-cli"
33description = " Tools of the Chewing (酷音) intelligent Zhuyin input method."
44license = " LGPL-2.1-or-later"
5- version = " 0.12.0-alpha.1 "
5+ version = " 0.12.0-alpha.2 "
66edition = " 2024"
77
88[dependencies ]
99anyhow = " 1.0.0"
10- chewing = { version = " 0.12.0-alpha.1 " , path = " .." }
10+ chewing = { version = " 0.12.0-alpha.2 " , path = " .." }
1111clap = { version = " 4.4.18" , features = [" derive" ] }
1212env_logger.workspace = true
1313
You can’t perform that action at this time.
0 commit comments