Skip to content

Commit

Permalink
chore: bump version 0.15.2 → 0.16.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 14, 2023
1 parent 808f612 commit 8b3aeb7
Show file tree
Hide file tree
Showing 4 changed files with 15 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.2"
version = "0.16.0"
version_files = [
"Cargo.toml:^version",
"crates/schematools/src/lib.rs:const VERSION"
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.16.0 (2023-12-14)

### Feat

- update deps

### Fix

- run test consecutively so git initialization not overlaps
- dereference specs with more than one file
- auto cargo.lock update

## v0.15.2 (2023-10-30)

### 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.15.2"
version = "0.16.0"

[workspace.dependencies]
reqwest = { version = "0.11.22", 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.2";
pub const VERSION: &str = "0.16.0";

0 comments on commit 8b3aeb7

Please sign in to comment.