Skip to content

Commit 34809db

Browse files
committed
Release tui-react v0.23.3, crosstermion v0.15.0
1 parent 8ca3331 commit 34809db

File tree

3 files changed

+35
-6
lines changed

3 files changed

+35
-6
lines changed

crosstermion/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crosstermion"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
description = "utilities for `crossterm`, without ties to `termion`"
66
edition = "2018"
@@ -30,7 +30,7 @@ futures-core = { version = "0.3.5", optional = true, default-features = false }
3030
futures-lite = { version = "2.1.0", optional = true }
3131
nu-ansi-term = { version = "0.50", optional = true, default-features = false }
3232
tui = { package = "ratatui", version = "0.26.0", optional = true, default-features = false }
33-
tui-react = { version = "^0.23.2", optional = true, default-features = false, path = "../tui-react" }
33+
tui-react = { version = "^0.23.3", optional = true, default-features = false, path = "../tui-react" }
3434
async-channel = { version = "2.1.1", optional = true }
3535

3636
[target."cfg(windows)".dependencies]

tui-react/CHANGELOG.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.23.3 (2025-12-04)
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 4 commits contributed to the release.
15+
- 634 days passed between releases.
16+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
17+
- 0 issues like '(#ID)' were seen in commit messages
18+
19+
### Thanks Clippy
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
24+
25+
### Commit Details
26+
27+
<csr-read-only-do-not-edit/>
28+
29+
<details><summary>view details</summary>
30+
31+
* **Uncategorized**
32+
- Merge pull request #10 from jbicha/nu-ansi-term ([`8ca3331`](https://github.com/Byron/tui-crates/commit/8ca333126a977b72d1a2bef3eabd6950eba7d4a4))
33+
- Thanks clippy ([`aae463b`](https://github.com/Byron/tui-crates/commit/aae463b329e793e3583b886aacb02b2dce3609cc))
34+
- Merge pull request #8 from 20jasper/patch-1 ([`7df0aa5`](https://github.com/Byron/tui-crates/commit/7df0aa5ff53d49ade3b407ff51d2106d5d269733))
35+
- Fix typos in README ([`defe88a`](https://github.com/Byron/tui-crates/commit/defe88abd1c0521e30e60daa102a10701257d6e9))
36+
</details>
37+
838
## 0.23.2 (2024-03-10)
939

1040
### Bug Fixes
@@ -16,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1646

1747
<csr-read-only-do-not-edit/>
1848

19-
- 1 commit contributed to the release.
49+
- 2 commits contributed to the release.
2050
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2151
- 0 issues like '(#ID)' were seen in commit messages
2252

@@ -27,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2757
<details><summary>view details</summary>
2858

2959
* **Uncategorized**
60+
- Release tui-react v0.23.2 ([`08154f9`](https://github.com/Byron/tui-crates/commit/08154f997d957236dc5ab156f6e25e1276377f09))
3061
- Fix the fix which had unexpected side-effect. ([`71c7581`](https://github.com/Byron/tui-crates/commit/71c758121751994f129642ae506a6e0c3aefc59a))
3162
</details>
3263

@@ -130,7 +161,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130161
<csr-read-only-do-not-edit/>
131162

132163
- 3 commits contributed to the release.
133-
- 210 days passed between releases.
134164
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
135165
- 0 issues like '(#ID)' were seen in commit messages
136166

@@ -161,7 +191,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161191
<csr-read-only-do-not-edit/>
162192

163193
- 4 commits contributed to the release.
164-
- 241 days passed between releases.
165194
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
166195
- 0 issues like '(#ID)' were seen in commit messages
167196

tui-react/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-react"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/Byron/tui-crates"

0 commit comments

Comments
 (0)