From adc3f19b7f804c89b76a8d5deb4bdd064c72fdb8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 30 Oct 2023 20:00:57 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=200.15.1=20=E2=86=92=20?= =?UTF-8?q?0.15.2=20[skip-ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- crates/schematools/src/lib.rs | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cz.toml b/.cz.toml index dd19e5a..67036f6 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.15.1" +version = "0.15.2" version_files = [ "Cargo.toml:^version", "crates/schematools/src/lib.rs:const VERSION" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2aca3..df4e267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.15.2 (2023-10-30) + +### Fix + +- when numeric checks first character + ## v0.15.1 (2023-09-11) ### Fix diff --git a/Cargo.toml b/Cargo.toml index a3bbe93..dd89555 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.15.1" +version = "0.15.2" [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 8689be4..6edac56 100644 --- a/crates/schematools/src/lib.rs +++ b/crates/schematools/src/lib.rs @@ -26,4 +26,4 @@ impl Client { } } -pub const VERSION: &str = "0.15.1"; +pub const VERSION: &str = "0.15.2";