Skip to content

Commit b5ca66a

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2025-02-04) ### Features * add support for json format args and improve version format ([#8](#8)) ([5a128b8](5a128b8))
1 parent 5a128b8 commit b5ca66a

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.3.0](https://github.com/casbin-rs/casbin-rust-cli/compare/v1.2.0...v1.3.0) (2025-02-04)
2+
3+
4+
### Features
5+
6+
* add support for json format args and improve version format ([#8](https://github.com/casbin-rs/casbin-rust-cli/issues/8)) ([5a128b8](https://github.com/casbin-rs/casbin-rust-cli/commit/5a128b8bf9826b1fa4504b7f7f7604b69162d77a))
7+
18
# [1.2.0](https://github.com/casbin-rs/casbin-rust-cli/compare/v1.1.0...v1.2.0) (2025-02-03)
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.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = [
66
"LiuliFox <liulifox@qq.com>"

0 commit comments

Comments
 (0)