Skip to content

Commit 878fc90

Browse files
committed
Release 0.15.0
1 parent ab9b319 commit 878fc90

File tree

4 files changed

+121
-31
lines changed

4 files changed

+121
-31
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.15.0] - 2024-06-11
44

55
### Changed
66

77
- Remove stderr comment output for `tinty generate-completion`
8+
- Update to latest tinted-builder using newly created ribboncurls
9+
mustache template rendering engine.
810

911
## [0.14.0] - 2024-05-07
1012

@@ -117,6 +119,7 @@
117119

118120
- Initial release
119121

122+
[0.14.0]: https://github.com/tinted-theming/tinty/compare/v0.14.0...v0.15.0
120123
[0.14.0]: https://github.com/tinted-theming/tinty/compare/v0.13.0...v0.14.0
121124
[0.13.0]: https://github.com/tinted-theming/tinty/compare/v0.12.0...v0.13.0
122125
[0.12.0]: https://github.com/tinted-theming/tinty/compare/v0.11.0...v0.12.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.14.0"
4+
version = "0.15.0"
55
edition = "2021"
66
license = "MIT"
77
readme = "README.md"

THIRD_PARTY_LICENSES.md

Lines changed: 115 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This page lists the licenses of the projects used in cargo-about.
44

55
## Overview of licenses
66

7-
- Apache License 2.0 (51)
8-
- MIT License (4)
7+
- Apache License 2.0 (60)
8+
- MIT License (10)
99
- Mozilla Public License 2.0 (1)
1010
- Unicode License Agreement - Data Files and Software (2016) (1)
1111

@@ -653,7 +653,7 @@ This page lists the licenses of the projects used in cargo-about.
653653

654654
#### Used by
655655

656-
- [anstyle-parse 0.2.3](https://github.com/rust-cli/anstyle.git)
656+
- [anstyle-parse 0.2.4](https://github.com/rust-cli/anstyle.git)
657657

658658
```
659659
Apache License
@@ -864,15 +864,16 @@ This page lists the licenses of the projects used in cargo-about.
864864

865865
#### Used by
866866

867-
- [anstream 0.6.11](https://github.com/rust-cli/anstyle.git)
868-
- [anstyle-query 1.0.2](https://github.com/rust-cli/anstyle)
869-
- [anstyle 1.0.6](https://github.com/rust-cli/anstyle.git)
867+
- [anstream 0.6.14](https://github.com/rust-cli/anstyle.git)
868+
- [anstyle-query 1.0.3](https://github.com/rust-cli/anstyle)
869+
- [anstyle 1.0.7](https://github.com/rust-cli/anstyle.git)
870870
- [clap 4.5.4](https://github.com/clap-rs/clap)
871-
- [colorchoice 1.0.0](https://github.com/rust-cli/anstyle)
872-
- [serde_spanned 0.6.5](https://github.com/toml-rs/toml)
873-
- [toml 0.8.10](https://github.com/toml-rs/toml)
874-
- [toml_datetime 0.6.5](https://github.com/toml-rs/toml)
875-
- [toml_edit 0.22.4](https://github.com/toml-rs/toml)
871+
- [colorchoice 1.0.1](https://github.com/rust-cli/anstyle)
872+
- [is_terminal_polyfill 1.70.0](https://github.com/polyfill-rs/is_terminal_polyfill)
873+
- [serde_spanned 0.6.6](https://github.com/toml-rs/toml)
874+
- [toml 0.8.13](https://github.com/toml-rs/toml)
875+
- [toml_datetime 0.6.6](https://github.com/toml-rs/toml)
876+
- [toml_edit 0.22.13](https://github.com/toml-rs/toml)
876877

877878
```
878879
Apache License
@@ -1480,16 +1481,18 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14801481

14811482
#### Used by
14821483

1483-
- [anyhow 1.0.79](https://github.com/dtolnay/anyhow)
1484-
- [itoa 1.0.10](https://github.com/dtolnay/itoa)
1485-
- [libc 0.2.153](https://github.com/rust-lang/libc)
1486-
- [proc-macro2 1.0.78](https://github.com/dtolnay/proc-macro2)
1487-
- [quote 1.0.35](https://github.com/dtolnay/quote)
1488-
- [ryu 1.0.16](https://github.com/dtolnay/ryu)
1489-
- [serde 1.0.196](https://github.com/serde-rs/serde)
1490-
- [serde_derive 1.0.196](https://github.com/serde-rs/serde)
1491-
- [serde_yaml 0.9.31](https://github.com/dtolnay/serde-yaml)
1492-
- [syn 2.0.48](https://github.com/dtolnay/syn)
1484+
- [anyhow 1.0.83](https://github.com/dtolnay/anyhow)
1485+
- [itoa 1.0.11](https://github.com/dtolnay/itoa)
1486+
- [libc 0.2.154](https://github.com/rust-lang/libc)
1487+
- [proc-macro2 1.0.82](https://github.com/dtolnay/proc-macro2)
1488+
- [quote 1.0.36](https://github.com/dtolnay/quote)
1489+
- [ryu 1.0.18](https://github.com/dtolnay/ryu)
1490+
- [serde 1.0.202](https://github.com/serde-rs/serde)
1491+
- [serde_derive 1.0.202](https://github.com/serde-rs/serde)
1492+
- [serde_yaml 0.9.34+deprecated](https://github.com/dtolnay/serde-yaml)
1493+
- [syn 2.0.64](https://github.com/dtolnay/syn)
1494+
- [thiserror-impl 1.0.60](https://github.com/dtolnay/thiserror)
1495+
- [thiserror 1.0.60](https://github.com/dtolnay/thiserror)
14931496
- [unicode-ident 1.0.12](https://github.com/dtolnay/unicode-ident)
14941497
- [utf8parse 0.2.1](https://github.com/alacritty/vte)
14951498
- [vte 0.11.1](https://github.com/alacritty/vte)
@@ -1891,15 +1894,18 @@ limitations under the License.
18911894

18921895
- [equivalent 1.0.1](https://github.com/cuviper/equivalent)
18931896
- [form_urlencoded 1.2.1](https://github.com/servo/rust-url)
1894-
- [hashbrown 0.14.3](https://github.com/rust-lang/hashbrown)
1897+
- [hashbrown 0.14.5](https://github.com/rust-lang/hashbrown)
18951898
- [heck 0.5.0](https://github.com/withoutboats/heck)
18961899
- [idna 0.5.0](https://github.com/servo/rust-url/)
1897-
- [indexmap 2.2.2](https://github.com/indexmap-rs/indexmap)
1900+
- [indexmap 2.2.6](https://github.com/indexmap-rs/indexmap)
18981901
- [is_executable 1.0.1](https://github.com/fitzgen/is_executable)
18991902
- [percent-encoding 2.3.1](https://github.com/servo/rust-url/)
1903+
- [regex-automata 0.4.6](https://github.com/rust-lang/regex/tree/master/regex-automata)
1904+
- [regex-syntax 0.8.3](https://github.com/rust-lang/regex/tree/master/regex-syntax)
1905+
- [regex 1.10.4](https://github.com/rust-lang/regex)
19001906
- [strip-ansi-escapes 0.2.0](https://github.com/luser/strip-ansi-escapes)
19011907
- [unicode-bidi 0.3.15](https://github.com/servo/unicode-bidi)
1902-
- [unicode-normalization 0.1.22](https://github.com/unicode-rs/unicode-normalization)
1908+
- [unicode-normalization 0.1.23](https://github.com/unicode-rs/unicode-normalization)
19031909
- [unicode-xid 0.2.4](https://github.com/unicode-rs/unicode-xid)
19041910
- [url 2.5.0](https://github.com/servo/rust-url)
19051911

@@ -2322,6 +2328,9 @@ limitations under the License.
23222328

23232329
#### Used by
23242330

2331+
- [ribboncurls 0.2.0](https://github.com/tinted-theming/ribboncurls)
2332+
- [tinted-builder-rust 0.6.0](https://github.com/tinted-theming/tinted-builder-rust)
2333+
- [tinted-builder 0.3.0](https://github.com/tinted-theming/tinted-builder-rust)
23252334
- [vte_generate_state_changes 0.1.1](https://github.com/jwilm/vte)
23262335

23272336
```
@@ -2428,7 +2437,7 @@ limitations under the License.
24282437

24292438
#### Used by
24302439

2431-
- [unicode-normalization 0.1.22](https://github.com/unicode-rs/unicode-normalization)
2440+
- [unicode-normalization 0.1.23](https://github.com/unicode-rs/unicode-normalization)
24322441
- [unicode-xid 0.2.4](https://github.com/unicode-rs/unicode-xid)
24332442

24342443
```
@@ -2446,7 +2455,39 @@ according to those terms.
24462455

24472456
#### Used by
24482457

2449-
- [tinty 0.13.0](https://github.com/tinted-theming/tinty)
2458+
- [html-escape 0.2.13](https://github.com/magiclen/html-escape)
2459+
- [utf8-width 0.1.7](https://github.com/magiclen/utf8-width)
2460+
2461+
```
2462+
MIT License
2463+
2464+
Copyright (c) 2020 magiclen.org (Ron Li)
2465+
2466+
Permission is hereby granted, free of charge, to any person obtaining a copy
2467+
of this software and associated documentation files (the "Software"), to deal
2468+
in the Software without restriction, including without limitation the rights
2469+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2470+
copies of the Software, and to permit persons to whom the Software is
2471+
furnished to do so, subject to the following conditions:
2472+
2473+
The above copyright notice and this permission notice shall be included in all
2474+
copies or substantial portions of the Software.
2475+
2476+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2477+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2478+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2479+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2480+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2481+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2482+
SOFTWARE.
2483+
2484+
```
2485+
2486+
### MIT License
2487+
2488+
#### Used by
2489+
2490+
- [tinty 0.14.0](https://github.com/tinted-theming/tinty)
24502491

24512492
```
24522493
MIT License
@@ -2477,7 +2518,7 @@ SOFTWARE.
24772518

24782519
#### Used by
24792520

2480-
- [unsafe-libyaml 0.2.10](https://github.com/dtolnay/unsafe-libyaml)
2521+
- [unsafe-libyaml 0.2.11](https://github.com/dtolnay/unsafe-libyaml)
24812522

24822523
```
24832524
Permission is hereby granted, free of charge, to any
@@ -2510,7 +2551,7 @@ DEALINGS IN THE SOFTWARE.
25102551

25112552
#### Used by
25122553

2513-
- [winnow 0.5.39](https://github.com/winnow-rs/winnow)
2554+
- [winnow 0.6.8](https://github.com/winnow-rs/winnow)
25142555

25152556
```
25162557
Permission is hereby granted, free of charge, to any person obtaining
@@ -2538,6 +2579,38 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25382579

25392580
#### Used by
25402581

2582+
- [aho-corasick 1.1.3](https://github.com/BurntSushi/aho-corasick)
2583+
- [memchr 2.7.2](https://github.com/BurntSushi/memchr)
2584+
2585+
```
2586+
The MIT License (MIT)
2587+
2588+
Copyright (c) 2015 Andrew Gallant
2589+
2590+
Permission is hereby granted, free of charge, to any person obtaining a copy
2591+
of this software and associated documentation files (the "Software"), to deal
2592+
in the Software without restriction, including without limitation the rights
2593+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2594+
copies of the Software, and to permit persons to whom the Software is
2595+
furnished to do so, subject to the following conditions:
2596+
2597+
The above copyright notice and this permission notice shall be included in
2598+
all copies or substantial portions of the Software.
2599+
2600+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2601+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2602+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2603+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2604+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2605+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2606+
THE SOFTWARE.
2607+
2608+
```
2609+
2610+
### MIT License
2611+
2612+
#### Used by
2613+
25412614
- [strsim 0.11.1](https://github.com/rapidfuzz/strsim-rs)
25422615

25432616
```
@@ -2567,6 +2640,20 @@ SOFTWARE.
25672640
25682641
```
25692642

2643+
### MIT License
2644+
2645+
#### Used by
2646+
2647+
- [aho-corasick 1.1.3](https://github.com/BurntSushi/aho-corasick)
2648+
- [memchr 2.7.2](https://github.com/BurntSushi/memchr)
2649+
2650+
```
2651+
This project is dual-licensed under the Unlicense and MIT licenses.
2652+
2653+
You may use this code under the terms of either license.
2654+
2655+
```
2656+
25702657
### Mozilla Public License 2.0
25712658

25722659
#### Used by

0 commit comments

Comments
 (0)