Skip to content

Commit f697dbd

Browse files
authored
Merge pull request #259 from naokiri/version_bump_v3.1.3
version bump v3.1.3
2 parents 0724ab7 + 6f27a44 commit f697dbd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
77

88
## [Unreleased]
99

10+
## [3.1.3] - 2025-01-19
11+
1012
### Fixed
1113
- rulesファイルに変換選択状態から変換を確定しつつAsciiモードや全角英数モードへ遷移する処理を追加。 (Github Issue#257)
1214

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cskk"
33
# Have to also change the deb package destination filename below
4-
version = "3.1.2"
4+
version = "3.1.3"
55
authors = ["Naoaki Iwakiri <[email protected]>"]
66
license = "GPL-3.0-or-later"
77
edition = "2018"
@@ -78,7 +78,7 @@ preserve-symlinks = true
7878
# x86_64 specific, depends on cargo-c too.
7979
# Includes development things like static link lib and header files too.
8080
assets = [["assets/**/*", "usr/local/share/libcskk", "644"],
81-
["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.3.1.2", "755"],
81+
["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.3.1.3", "755"],
8282
["deb_assets/libcskk.*", "usr/local/lib/cskk", "777"],
8383
["target/x86_64-unknown-linux-gnu/release/libcskk.a", "usr/local/lib/cskk/", "644"],
8484
["target/x86_64-unknown-linux-gnu/release/cskk.pc", "usr/local/lib/pkgconfig/", "644"],

0 commit comments

Comments
 (0)