Skip to content

Commit

Permalink
chore: bump version 0.14.0 → 0.15.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 13, 2023
1 parent afd2ff4 commit be03a7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.14.0"
version = "0.15.0"
version_files = [
"Cargo.toml:^version",
"crates/schematools/src/lib.rs:const VERSION"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.15.0 (2023-06-13)

## v0.14.0 (2023-05-29)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
[workspace.package]
license = "MIT"
repository = "https://github.com/kstasik/schema-tools"
version = "0.14.0"
version = "0.15.0"

[workspace.dependencies]
reqwest = { version = "0.11.12", default-features = false, features = ["default-tls", "blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/schematools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ impl Client {
}
}

pub const VERSION: &str = "0.14.0";
pub const VERSION: &str = "0.15.0";

0 comments on commit be03a7a

Please sign in to comment.