Skip to content

Commit

Permalink
Merge pull request #246 from naokiri/version_bump
Browse files Browse the repository at this point in the history
v3.1.1 version bump
  • Loading branch information
naokiri authored Mar 5, 2024
2 parents f8c8c28 + 6ae381b commit fd5bb85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.1.1] - 2024-03-05

### Fixed

- 辞書内のアノテーションに角括弧 ('[',']')が含まれている時に正しく読み込まれない問題を修正

## [3.1.0] - 2023-12-28

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cskk"
# Have to also change the deb package destination filename below
version = "3.1.0"
version = "3.1.1"
authors = ["Naoaki Iwakiri <[email protected]>"]
license = "GPL-3.0-or-later"
edition = "2018"
Expand Down Expand Up @@ -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.0.0", "755"],
["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.3.1.1", "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"],
Expand Down

0 comments on commit fd5bb85

Please sign in to comment.