Skip to content

Commit

Permalink
Release cli 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Aug 23, 2024
1 parent 477d818 commit 7685ec1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.9.5] - 2024-08-24

## Fixed

- Bump tinted-builder version

## [0.9.4] - 2024-08-24

## Fixed
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.

4 changes: 2 additions & 2 deletions 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.9.4"
version = "0.9.5"
edition = "2021"
authors = ["Jamy Golden <[email protected]>", "Tinted Theming <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -24,7 +24,7 @@ strip-ansi-escapes = "0.2.0"

[dependencies.tinted-builder]
path = "../tinted-builder"
version = "0.5.0"
version = "0.5.1"

[[bin]]
name = "tinted-builder-rust"
Expand Down

0 comments on commit 7685ec1

Please sign in to comment.