chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/casbin-rs/casbin-rust-cli/compare/v1.3.0...v1.4.0) (2025-02-04) ### Features * 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))
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4900e41..697fa90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/casbin-rs/casbin-rust-cli/compare/v1.3.0...v1.4.0) (2025-02-04) + + +### Features + +* 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)) + # [1.3.0](https://github.com/casbin-rs/casbin-rust-cli/compare/v1.2.0...v1.3.0) (2025-02-04)
diff --git a/Cargo.lock b/Cargo.lock index ef8edb6..4a4bb88 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -300,7 +300,7 @@ [[package]] name = "casbin-rust-cli" -version = "1.3.0" +version = "1.4.0" dependencies = [ "build-info", "build-info-build",
diff --git a/Cargo.toml b/Cargo.toml index df11527..fbc2427 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,6 +1,6 @@ [package] name = "casbin-rust-cli" -version = "1.3.0" +version = "1.4.0" edition = "2021" authors = [ "LiuliFox <liulifox@qq.com>"