Skip to content

Commit

Permalink
Merge pull request #508 from chewing/issue507
Browse files Browse the repository at this point in the history
Prepare 0.8.0-rc.2
  • Loading branch information
kanru committed May 2, 2024
2 parents 0476417 + ea02162 commit 13bf33e
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24.0)
project(libchewing LANGUAGES C)

set(CMAKE_PROJECT_VERSION 0.8.0-rc.1)
set(CMAKE_PROJECT_VERSION 0.8.0-rc.2)
set(LIBCHEWING_VERSION ${CMAKE_PROJECT_VERSION})
set(PACKAGE_VERSION ${CMAKE_PROJECT_VERSION})
set(LIBCHEWING_BINARY_VERSION 1.0.0)
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "chewing"
description = "The Chewing (酷音) intelligent Zhuyin input method."
documentation = "https://docs.rs/chewing"
license = "LGPL-2.1-or-later"
version = "0.8.0-beta.1"
version = "0.8.0-beta.2"
rust-version = "1.70"
edition = "2021"

Expand Down
5 changes: 4 additions & 1 deletion NEWS
@@ -1,4 +1,4 @@
What's New in libchewing 0.8.0-rc.1 (UNRELEASED)
What's New in libchewing 0.8.0-rc.2 (UNRELEASED)
---------------------------------------------------------

* Added
Expand All @@ -16,6 +16,9 @@ What's New in libchewing 0.8.0-rc.1 (UNRELEASED)
responsive.
- Easy symbol input now accepts arbitrary long "symbols". (rust)

* Buf fixed
- chewing_cand_CheckDone result was reversed in capi (introduced in v0.7.0)

* Removed
- HashMap implemented Dictionary was removed.

Expand Down
4 changes: 2 additions & 2 deletions capi/Cargo.toml
Expand Up @@ -2,15 +2,15 @@
name = "chewing_capi"
description = "The Chewing (酷音) intelligent Zhuyin input method."
license = "LGPL-2.1-or-later"
version = "0.8.0-beta.1"
version = "0.8.0-beta.2"
rust-version = "1.70"
edition = "2021"

[lib]
crate-type = ["rlib", "staticlib"]

[dependencies]
chewing = { version = "0.8.0-beta.1", path = ".." }
chewing = { version = "0.8.0-beta.2", path = ".." }
env_logger = { version = ">= 0.10.2", default-features = false }
log = { workspace = true }

Expand Down
4 changes: 2 additions & 2 deletions fuzzer/Cargo.toml
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chewing = { version = "0.8.0-beta.1", path = ".." }
chewing_capi = { version = "0.8.0-beta.1", path = "../capi" }
chewing = { version = "0.8.0-beta.2", path = ".." }
chewing_capi = { version = "0.8.0-beta.2", path = "../capi" }
log = "0.4.21"
env_logger = { version = ">= 0.10.2", default-features = false }
xflags = "0.3.2"
2 changes: 1 addition & 1 deletion tests/testhelper/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
chewing = { version = "0.8.0-beta.1", path = "../.." }
chewing = { version = "0.8.0-beta.2", path = "../.." }

[features]
sqlite = ["chewing/sqlite"]
4 changes: 2 additions & 2 deletions tools/Cargo.toml
Expand Up @@ -2,10 +2,10 @@
name = "chewing-cli"
description = "Tools of the Chewing (酷音) intelligent Zhuyin input method."
license = "LGPL-2.1-or-later"
version = "0.8.0-beta.1"
version = "0.8.0-beta.2"
edition = "2021"

[dependencies]
anyhow = "1.0.0"
chewing = { version = "0.8.0-beta.1", path = "..", features = ["sqlite"] }
chewing = { version = "0.8.0-beta.2", path = "..", features = ["sqlite"] }
xflags = "0.3.2"
5 changes: 5 additions & 0 deletions vet/audits.toml
Expand Up @@ -32,6 +32,11 @@ who = "Kan-Ru Chen <kanru@kanru.info>"
criteria = "safe-to-deploy"
delta = "1.0.90 -> 1.0.95"

[[audits.cc]]
who = "Kan-Ru Chen <kanru@kanru.info>"
criteria = "safe-to-deploy"
delta = "1.0.95 -> 1.0.96"

[[audits.der]]
who = "Kan-Ru Chen <kanru@kanru.info>"
criteria = "safe-to-deploy"
Expand Down
26 changes: 9 additions & 17 deletions vet/imports.lock
Expand Up @@ -2,19 +2,11 @@
# cargo-vet imports lock

[[unpublished.chewing]]
version = "0.8.0-alpha.1"
audited_as = "0.7.0-beta.3"

[[unpublished.chewing]]
version = "0.8.0-beta.1"
audited_as = "0.7.0-beta.3"

[[unpublished.chewing-cli]]
version = "0.8.0-alpha.1"
audited_as = "0.7.0-beta.3"
version = "0.8.0-beta.2"
audited_as = "0.8.0-beta.1"

[[unpublished.chewing-cli]]
version = "0.8.0-beta.1"
version = "0.8.0-beta.2"
audited_as = "0.7.0-beta.3"

[[publisher.anyhow]]
Expand All @@ -32,8 +24,8 @@ user-login = "Amanieu"
user-name = "Amanieu d'Antras"

[[publisher.chewing]]
version = "0.7.0-beta.3"
when = "2024-04-07"
version = "0.8.0-beta.1"
when = "2024-04-28"
user-id = 7551
user-login = "kanru"
user-name = "Kan-Ru Chen"
Expand All @@ -46,15 +38,15 @@ user-login = "kanru"
user-name = "Kan-Ru Chen"

[[publisher.hashbrown]]
version = "0.14.3"
when = "2023-11-26"
version = "0.14.5"
when = "2024-04-28"
user-id = 2915
user-login = "Amanieu"
user-name = "Amanieu d'Antras"

[[publisher.libc]]
version = "0.2.153"
when = "2024-01-31"
version = "0.2.154"
when = "2024-04-29"
user-id = 51017
user-login = "JohnTitor"
user-name = "Yuki Okushi"
Expand Down

0 comments on commit 13bf33e

Please sign in to comment.