Skip to content

Commit c4d9c6f

Browse files
authored
chore: release v0.1.2 (#20)
## πŸ€– New release * `santa-data`: 0.1.1 -> 0.1.2 (βœ“ API compatible changes) * `santa`: 0.1.1 -> 0.1.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `santa-data` <blockquote> ## [0.1.2](santa-data-v0.1.1...santa-data-v0.1.2) - 2025-11-17 ### Fixed - make source system extensible without code changes ([#19](#19)) </blockquote> ## `santa` <blockquote> ## [0.1.2](santa-v0.1.1...santa-v0.1.2) - 2025-11-17 ### Fixed - make source system extensible without code changes ([#19](#19)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 8bcf29d commit c4d9c6f

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
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.1"
9+
version = "0.1.2"
1010
edition = "2021"
1111
authors = ["Tyler Butler <tyler@tylerbutler.com>"]
1212
license = "MIT"

β€Žcrates/santa-cli/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.2](https://github.com/tylerbutler/santa/compare/santa-v0.1.1...santa-v0.1.2) - 2025-11-17
10+
11+
### Fixed
12+
13+
- make source system extensible without code changes ([#19](https://github.com/tylerbutler/santa/pull/19))
14+
915
## [0.1.1](https://github.com/tylerbutler/santa/compare/santa-v0.1.0...santa-v0.1.1) - 2025-11-16
1016

1117
### Fixed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "santa"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Tyler Butler <tyler@tylerbutler.com>"]
66
license = "MIT"
@@ -46,7 +46,7 @@ serde_json = "1.0"
4646

4747
# CCL configuration parser with serde support
4848
serde_ccl = "0.1.1"
49-
santa-data = { version = "0.1.1", path = "../santa-data" }
49+
santa-data = { version = "0.1.2", path = "../santa-data" }
5050

5151
# YAML parser for migration from legacy configs
5252
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.2](https://github.com/tylerbutler/santa/compare/santa-data-v0.1.1...santa-data-v0.1.2) - 2025-11-17
10+
11+
### Fixed
12+
13+
- make source system extensible without code changes ([#19](https://github.com/tylerbutler/santa/pull/19))
14+
915
## [0.1.1](https://github.com/tylerbutler/santa/compare/santa-data-v0.1.0...santa-data-v0.1.1) - 2025-11-17
1016

1117
### Other

0 commit comments

Comments
Β (0)