Skip to content

Commit

Permalink
chore: bump version 0.19.0 → 0.19.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 11, 2024
1 parent df64c59 commit 1190e88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 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.19.0"
version = "0.19.1"
version_files = [
"Cargo.toml:^version",
"crates/schematools/src/lib.rs:const VERSION",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.19.1 (2024-10-11)

### Fix

- arm macos support added on github actions

## v0.19.0 (2024-10-11)

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

[workspace.dependencies]
reqwest = { version = "0.11.22", default-features = false, features = ["default-tls", "blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ clap = { version = "4.4", features = ["derive"] }
env_logger = "0.10"
sha2 = "0.10"

schematools = { version = "0.19.0", path = "../schematools" }
schematools = { version = "0.19.1", path = "../schematools" }
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.19.0";
pub const VERSION: &str = "0.19.1";

0 comments on commit 1190e88

Please sign in to comment.