Skip to content

Commit fd5bb85

Browse files
authored
Merge pull request #246 from naokiri/version_bump
v3.1.1 version bump
2 parents f8c8c28 + 6ae381b commit fd5bb85

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.1.1] - 2024-03-05
11+
12+
### Fixed
13+
14+
- 辞書内のアノテーションに角括弧 ('[',']')が含まれている時に正しく読み込まれない問題を修正
15+
1016
## [3.1.0] - 2023-12-28
1117

1218
### Changed

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.0"
4+
version = "3.1.1"
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.0.0", "755"],
81+
["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.3.1.1", "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)