Skip to content

Commit

Permalink
chore: bump version 0.19.1 → 0.19.2 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 14, 2024
1 parent 66865ba commit 2628221
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.1"
version = "0.19.2"
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.2 (2024-10-14)

### Fix

- ubuntu runner fixed version

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

### Fix
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.1"
version = "0.19.2"

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

0 comments on commit 2628221

Please sign in to comment.