Skip to content

Commit 0643dff

Browse files
chore: release v0.1.1 (#14)
## πŸ€– New release * `santa-data`: 0.1.0 -> 0.1.1 (βœ“ API compatible changes) * `santa`: 0.1.0 -> 0.1.1 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `santa-data` <blockquote> ## [0.1.1](santa-data-v0.1.0...santa-data-v0.1.1) - 2025-11-17 ### Other - remove unused dependencies and fix clippy warnings ([#12](#12)) </blockquote> ## `santa` <blockquote> ## [0.1.1](santa-v0.1.0...santa-v0.1.1) - 2025-11-16 ### Fixed - add Windows package manager to default config sources ([#8](#8)) ### Other - migrate to workspace structure with santa-data crate ([#6](#6)) - migrate to workspace structure with CCL-only configuration ([#5](#5)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
1 parent 3f593f5 commit 0643dff

File tree

4 files changed

+11
-5
lines changed

4 files changed

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

β€Ž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.0"
3+
version = "0.1.1"
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.0", path = "../santa-data" }
49+
santa-data = { version = "0.1.1", 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.1](https://github.com/tylerbutler/santa/compare/santa-data-v0.1.0...santa-data-v0.1.1) - 2025-11-17
10+
11+
### Other
12+
13+
- remove unused dependencies and fix clippy warnings ([#12](https://github.com/tylerbutler/santa/pull/12))
14+
915
## [0.1.0](https://github.com/tylerbutler/santa/releases/tag/santa-data-v0.1.0) - 2025-11-16
1016

1117
### Other

0 commit comments

Comments
Β (0)