Skip to content

Commit 89953a2

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2025-02-04) ### Features * fix bug in JSON format type conversion ([#10](#10)) ([75a1dd1](75a1dd1))
1 parent 75a1dd1 commit 89953a2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/casbin-rs/casbin-rust-cli/compare/v1.3.0...v1.4.0) (2025-02-04)
2+
3+
4+
### Features
5+
6+
* fix bug in JSON format type conversion ([#10](https://github.com/casbin-rs/casbin-rust-cli/issues/10)) ([75a1dd1](https://github.com/casbin-rs/casbin-rust-cli/commit/75a1dd15f2e4148c886db48f83f6e9b5f32b81b1))
7+
18
# [1.3.0](https://github.com/casbin-rs/casbin-rust-cli/compare/v1.2.0...v1.3.0) (2025-02-04)
29

310

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "casbin-rust-cli"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
edition = "2021"
55
authors = [
66
"LiuliFox <[email protected]>"

0 commit comments

Comments
 (0)