Skip to content

Commit 7685ec1

Browse files
committed
Release cli 0.9.5
1 parent 477d818 commit 7685ec1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [0.9.5] - 2024-08-24
4+
5+
## Fixed
6+
7+
- Bump tinted-builder version
8+
39
## [0.9.4] - 2024-08-24
410

511
## Fixed

Cargo.lock

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

tinted-builder-rust/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinted-builder-rust"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
edition = "2021"
55
authors = ["Jamy Golden <[email protected]>", "Tinted Theming <[email protected]>"]
66
license = "MIT OR Apache-2.0"
@@ -24,7 +24,7 @@ strip-ansi-escapes = "0.2.0"
2424

2525
[dependencies.tinted-builder]
2626
path = "../tinted-builder"
27-
version = "0.5.0"
27+
version = "0.5.1"
2828

2929
[[bin]]
3030
name = "tinted-builder-rust"

0 commit comments

Comments
 (0)