Skip to content

Commit daef9b2

Browse files
committed
Release 0.22.0
1 parent cb2ddc2 commit daef9b2

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## [0.22.0] - 2024-10-09
44

55
### Added
66

@@ -210,7 +210,8 @@
210210

211211
- Initial release
212212

213-
[0.21.1]: https://github.com/tinted-theming/tinty/compare/v0.20.0...v0.21.1
213+
[0.22.0]: https://github.com/tinted-theming/tinty/compare/v0.21.1...v0.22.0
214+
[0.21.1]: https://github.com/tinted-theming/tinty/compare/v0.21.0...v0.21.1
214215
[0.21.0]: https://github.com/tinted-theming/tinty/compare/v0.20.1...v0.21.0
215216
[0.20.1]: https://github.com/tinted-theming/tinty/compare/v0.20.0...v0.20.1
216217
[0.20.0]: https://github.com/tinted-theming/tinty/compare/v0.19.0...v0.20.0

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tinty"
33
description = "Change the theme of your terminal, text editor and anything else with one command!"
4-
version = "0.21.1"
4+
version = "0.22.0"
55
edition = "2021"
66
license = "MIT"
77
readme = "README.md"

LICENSES-THIRD-PARTY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3875,8 +3875,8 @@ limitations under the License.
38753875
- [rand_core 0.6.4](https://github.com/rust-random/rand)
38763876
- [ribboncurls 0.2.1](https://github.com/tinted-theming/ribboncurls)
38773877
- [siphasher 0.3.11](https://github.com/jedisct1/rust-siphash)
3878-
- [tinted-builder-rust 0.11.1](https://github.com/tinted-theming/tinted-builder-rust)
3879-
- [tinted-builder 0.7.0](https://github.com/tinted-theming/tinted-builder-rust)
3878+
- [tinted-builder-rust 0.12.0](https://github.com/tinted-theming/tinted-builder-rust)
3879+
- [tinted-builder 0.8.0](https://github.com/tinted-theming/tinted-builder-rust)
38803880
- [zune-core 0.4.12](https://crates.io/crates/zune-core)
38813881
- [zune-inflate 0.2.54](https://crates.io/crates/zune-inflate)
38823882
- [zune-jpeg 0.4.13](https://github.com/etemesi254/zune-image/tree/dev/crates/zune-jpeg)
@@ -4565,7 +4565,7 @@ SOFTWARE.
45654565

45664566
#### Used by
45674567

4568-
- [tinty 0.21.1](https://github.com/tinted-theming/tinty)
4568+
- [tinty 0.22.0](https://github.com/tinted-theming/tinty)
45694569

45704570
```
45714571
MIT License
@@ -4962,7 +4962,7 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
49624962

49634963
#### Used by
49644964

4965-
- [tinted-scheme-extractor 0.4.0](https://github.com/tinted-theming/tinted-scheme-extractor-rs)
4965+
- [tinted-scheme-extractor 0.5.0](https://github.com/tinted-theming/tinted-scheme-extractor-rs)
49664966

49674967
```
49684968
Mozilla Public License Version 2.0

0 commit comments

Comments
 (0)