From dc1b53a152c82a89923ac4ccd9f4497fcc47c315 Mon Sep 17 00:00:00 2001 From: Naoaki Iwakiri Date: Sat, 19 Oct 2024 18:51:57 +0900 Subject: [PATCH] version bump v3.1.2 --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5d274..6171697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [3.1.2] - 2024-10-19 + ### Fixed - 辞書の見出しに数字が含まれている時に#4を含むエントリ以外では変換候補にならない問題を修正。数値自体を見出しに含む候補と数値置換候補があった場合、常に完全一致の候補の方が優先される。 (辞書のエントリ上、双方にマッチする時に各々の候補の別見出しの候補に対しての優先順位を保持する事が不可能なため。) diff --git a/Cargo.toml b/Cargo.toml index a8b9759..890945d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cskk" # Have to also change the deb package destination filename below -version = "3.1.1" +version = "3.1.2" authors = ["Naoaki Iwakiri "] license = "GPL-3.0-or-later" edition = "2018" @@ -78,7 +78,7 @@ preserve-symlinks = true # x86_64 specific, depends on cargo-c too. # Includes development things like static link lib and header files too. assets = [["assets/**/*", "usr/local/share/libcskk", "644"], - ["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.3.1.1", "755"], + ["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.3.1.2", "755"], ["deb_assets/libcskk.*", "usr/local/lib/cskk", "777"], ["target/x86_64-unknown-linux-gnu/release/libcskk.a", "usr/local/lib/cskk/", "644"], ["target/x86_64-unknown-linux-gnu/release/cskk.pc", "usr/local/lib/pkgconfig/", "644"],