Skip to content

Commit c9539d5

Browse files
authored
chore: release v0.1.4 (#25)
## πŸ€– New release * `santa-data`: 0.1.3 -> 0.1.4 (βœ“ API compatible changes) * `santa`: 0.1.3 -> 0.1.4 <details><summary><i><b>Changelog</b></i></summary><p> ## `santa-data` <blockquote> ## [0.1.4](santa-data-v0.1.3...santa-data-v0.1.4) - 2025-11-17 ### Fixed - *(dist)* exclude santa-data library from cargo-dist releases </blockquote> ## `santa` <blockquote> ## [0.1.3](santa-v0.1.2...santa-v0.1.3) - 2025-11-17 ### Added - enhance workspace configuration and CI for multi-package best practices ([#23](#23)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 3500aa6 commit c9539d5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
]
77

88
[workspace.package]
9-
version = "0.1.3"
9+
version = "0.1.4"
1010
edition = "2021"
1111
authors = ["Tyler Butler <[email protected]>"]
1212
license = "MIT"

β€Žcrates/santa-cli/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ serde_json = "1.0"
5050

5151
# CCL configuration parser with serde support
5252
serde_ccl = "0.1.1"
53-
santa-data = { version = "0.1.3", path = "../santa-data" }
53+
santa-data = { version = "0.1.4", path = "../santa-data" }
5454

5555
# YAML parser for migration from legacy configs
5656
serde_yaml = "0.9"

β€Žcrates/santa-data/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.1.4](https://github.com/tylerbutler/santa/compare/santa-data-v0.1.3...santa-data-v0.1.4) - 2025-11-17
10+
11+
### Fixed
12+
13+
- *(dist)* exclude santa-data library from cargo-dist releases
14+
915
## [0.1.3](https://github.com/tylerbutler/santa/compare/santa-data-v0.1.2...santa-data-v0.1.3) - 2025-11-17
1016

1117
### Added

0 commit comments

Comments
Β (0)