Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Oct 6, 2024
1 parent 6065405 commit 5c316d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.12.1] - 2024-10-06

### Fixed

Expand Down Expand Up @@ -206,6 +206,7 @@
- `sync` subcommand support to sync with latest Tinted Theming schemes
- `build` subcommand to trigger theme template build

[0.12.1]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/tinted-theming/tinted-builder-rust/compare/v0.10.1...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSES-THIRD-PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ limitations under the License.
#### Used by

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

```
Expand Down
2 changes: 1 addition & 1 deletion tinted-builder-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tinted-builder-rust"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
authors = ["Jamy Golden <[email protected]>", "Tinted Theming <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5c316d9

Please sign in to comment.