From b57d968bfaee4c893b581eeccfe5429f61a94581 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Wed, 15 May 2024 21:46:20 +0900 Subject: [PATCH] chore: bump version to 0.8.1 --- CMakeLists.txt | 2 +- Cargo.lock | 6 +++--- Cargo.toml | 2 +- capi/Cargo.toml | 4 ++-- doc/chewing-cli.1 | 4 ++-- fuzzer/Cargo.toml | 4 ++-- tests/testhelper/Cargo.toml | 2 +- tools/Cargo.toml | 4 ++-- vet/imports.lock | 16 ++++++++-------- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 827bfc9c..bb7db825 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.24.0) project(libchewing LANGUAGES C) -set(CMAKE_PROJECT_VERSION 0.8.0) +set(CMAKE_PROJECT_VERSION 0.8.1) set(LIBCHEWING_VERSION ${CMAKE_PROJECT_VERSION}) set(PACKAGE_VERSION ${CMAKE_PROJECT_VERSION}) set(LIBCHEWING_BINARY_VERSION 1.0.0) diff --git a/Cargo.lock b/Cargo.lock index b4b7ac41..f2361f1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chewing" -version = "0.8.0" +version = "0.8.1" dependencies = [ "der", "directories", @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "chewing-cli" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "chewing", @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "chewing_capi" -version = "0.8.0" +version = "0.8.1" dependencies = [ "chewing", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index bad723bf..9fd8ef0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" +version = "0.8.1" rust-version = "1.70" edition = "2021" diff --git a/capi/Cargo.toml b/capi/Cargo.toml index 5066ec86..2cd92b83 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -2,7 +2,7 @@ name = "chewing_capi" description = "The Chewing (酷音) intelligent Zhuyin input method." license = "LGPL-2.1-or-later" -version = "0.8.0" +version = "0.8.1" rust-version = "1.70" edition = "2021" @@ -10,7 +10,7 @@ edition = "2021" crate-type = ["rlib", "staticlib"] [dependencies] -chewing = { version = "0.8.0", path = ".." } +chewing = { version = "0.8.1", path = ".." } env_logger = { version = ">= 0.10.2", default-features = false } log = { workspace = true } diff --git a/doc/chewing-cli.1 b/doc/chewing-cli.1 index d86d525e..ec6f0fcc 100644 --- a/doc/chewing-cli.1 +++ b/doc/chewing-cli.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH chewing-cli 1 "chewing-cli 0.8.0" +.TH chewing-cli 1 "chewing-cli 0.8.1" .SH NAME chewing\-cli \- Tools of the Chewing (酷音) intelligent Zhuyin input method. .SH SYNOPSIS @@ -25,4 +25,4 @@ Display information about the dictionary chewing\-cli\-dump(1) Dump the dictionary entries into tsi.src formatted stream .SH VERSION -v0.8.0 \ No newline at end of file +v0.8.1 \ No newline at end of file diff --git a/fuzzer/Cargo.toml b/fuzzer/Cargo.toml index e9d3b01e..8d6ac70d 100644 --- a/fuzzer/Cargo.toml +++ b/fuzzer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chewing = { version = "0.8.0", path = ".." } -chewing_capi = { version = "0.8.0", path = "../capi" } +chewing = { version = "0.8.1", path = ".." } +chewing_capi = { version = "0.8.1", path = "../capi" } log = "0.4.21" env_logger = { version = ">= 0.10.2", default-features = false } diff --git a/tests/testhelper/Cargo.toml b/tests/testhelper/Cargo.toml index 6f319e03..81c851a1 100644 --- a/tests/testhelper/Cargo.toml +++ b/tests/testhelper/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -chewing = { version = "0.8.0", path = "../.." } +chewing = { version = "0.8.1", path = "../.." } [features] sqlite = ["chewing/sqlite"] diff --git a/tools/Cargo.toml b/tools/Cargo.toml index c52f344c..80d0afaa 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -2,12 +2,12 @@ name = "chewing-cli" description = "Tools of the Chewing (酷音) intelligent Zhuyin input method." license = "LGPL-2.1-or-later" -version = "0.8.0" +version = "0.8.1" edition = "2021" [dependencies] anyhow = "1.0.0" -chewing = { version = "0.8.0", path = "..", features = ["sqlite"] } +chewing = { version = "0.8.1", path = "..", features = ["sqlite"] } clap = { version = "4.4.18", features = ["derive"] } clap_mangen = { version = "0.2.12", optional = true } diff --git a/vet/imports.lock b/vet/imports.lock index c3996474..53bf7e89 100644 --- a/vet/imports.lock +++ b/vet/imports.lock @@ -2,12 +2,12 @@ # cargo-vet imports lock [[unpublished.chewing]] -version = "0.8.0" -audited_as = "0.8.0-beta.4" +version = "0.8.1" +audited_as = "0.8.0" [[unpublished.chewing-cli]] -version = "0.8.0" -audited_as = "0.8.0-beta.4" +version = "0.8.1" +audited_as = "0.8.0" [[publisher.anstream]] version = "0.6.14" @@ -59,15 +59,15 @@ user-login = "Amanieu" user-name = "Amanieu d'Antras" [[publisher.chewing]] -version = "0.8.0-beta.4" -when = "2024-05-08" +version = "0.8.0" +when = "2024-05-14" user-id = 7551 user-login = "kanru" user-name = "Kan-Ru Chen" [[publisher.chewing-cli]] -version = "0.8.0-beta.4" -when = "2024-05-08" +version = "0.8.0" +when = "2024-05-14" user-id = 7551 user-login = "kanru" user-name = "Kan-Ru Chen"