Skip to content

Commit

Permalink
chore: bump version 0.15.0 → 0.15.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 11, 2023
1 parent 914c2ec commit 079f0ec
Show file tree
Hide file tree
Showing 4 changed files with 9 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.15.0"
version = "0.15.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.15.1 (2023-09-11)

### Fix

- better models of oneOf - support for simple types

## v0.15.0 (2023-06-13)

## v0.14.0 (2023-05-29)
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.15.0"
version = "0.15.1"

[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.15.0";
pub const VERSION: &str = "0.15.1";

0 comments on commit 079f0ec

Please sign in to comment.