Skip to content

Commit bce00e3

Browse files
committed
chore(release): v0.3.0
1 parent 938a9d7 commit bce00e3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: .cz.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tool.commitizen]
2+
name = "cz_conventional_commits"
3+
version = "0.3.0"
4+
tag_format = "v$version"
5+
bump_message = "chore(release): v$new_version"
6+
version_files = ["Cargo.toml", "packages/impl/Cargo.toml"]

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["packages/compile_tests"]
44

55
[package]
66
name = "thisctx"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
license = "MIT OR Apache-2.0"
99
authors = ["loichyan <[email protected]>"]
1010
edition = "2018"
@@ -19,7 +19,7 @@ keywords = ["error", "derive"]
1919
categories = ["rust-patterns"]
2020

2121
[dependencies.thisctx_impl]
22-
version = "=0.2.0"
22+
version = "=0.3.0"
2323
path = "packages/impl"
2424

2525
[dev-dependencies]

Diff for: packages/impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thisctx_impl"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["loichyan <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)