diff --git a/.cz.toml b/.cz.toml index 49d9d20..003c26e 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index c821782..762fa50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.15.0 (2023-06-13) + ## v0.14.0 (2023-05-29) ### Feat diff --git a/Cargo.toml b/Cargo.toml index f8303bb..2691dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/crates/schematools/src/lib.rs b/crates/schematools/src/lib.rs index 34497ea..de0bbe0 100644 --- a/crates/schematools/src/lib.rs +++ b/crates/schematools/src/lib.rs @@ -26,4 +26,4 @@ impl Client { } } -pub const VERSION: &str = "0.14.0"; +pub const VERSION: &str = "0.15.0";