Skip to content

Commit 5c316d9

Browse files
committed
Release 0.12.1
1 parent 6065405 commit 5c316d9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.12.1] - 2024-10-06
44

55
### Fixed
66

@@ -206,6 +206,7 @@
206206
- `sync` subcommand support to sync with latest Tinted Theming schemes
207207
- `build` subcommand to trigger theme template build
208208

209+
[0.12.1]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.12.0...v0.12.1
209210
[0.12.0]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.11.1...v0.12.0
210211
[0.11.1]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.11.0...v0.11.1
211212
[0.11.0]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.10.1...v0.11.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSES-THIRD-PARTY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ limitations under the License.
16841684
#### Used by
16851685

16861686
- [tinted-builder 0.8.0](https://github.com/tinted-theming/tinted-builder-rust)
1687-
- [tinted-builder-rust 0.12.0](https://github.com/tinted-theming/tinted-builder-rust)
1687+
- [tinted-builder-rust 0.12.1](https://github.com/tinted-theming/tinted-builder-rust)
16881688
- [ribboncurls 0.2.1](https://github.com/tinted-theming/ribboncurls)
16891689

16901690
```

tinted-builder-rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinted-builder-rust"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
authors = ["Jamy Golden <[email protected]>", "Tinted Theming <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)