Skip to content

Commit 41ad0a4

Browse files
committed
Release prodash v24.0.0
1 parent 4920457 commit 41ad0a4

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ 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+
## 24.0.0 (2023-05-11)
9+
10+
### Chore (BREAKING)
11+
12+
- <csr-id-fe5d01736179271f6b7bf20367f5d0e2bb616c4a/> switch from `tui` to `ratatui`.
13+
The latter is a maintained fork.
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 3 commits contributed to the release.
20+
- 60 days passed between releases.
21+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
22+
- 0 issues like '(#ID)' were seen in commit messages
23+
24+
### Thanks Clippy
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
29+
30+
### Commit Details
31+
32+
<csr-read-only-do-not-edit/>
33+
34+
<details><summary>view details</summary>
35+
36+
* **Uncategorized**
37+
- Merge branch 'ratatui' ([`4920457`](https://github.com/byron/prodash/commit/492045793a23be9ebda7310d89593288a2bd3340))
38+
- Thanks clippy ([`25356a3`](https://github.com/byron/prodash/commit/25356a369c345b1e89f7c6c356ff7142020849de))
39+
- Switch from `tui` to `ratatui`. ([`fe5d017`](https://github.com/byron/prodash/commit/fe5d01736179271f6b7bf20367f5d0e2bb616c4a))
40+
</details>
41+
842
## 23.1.2 (2023-03-11)
943

1044
### Bug Fixes
@@ -21,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2155

2256
<csr-read-only-do-not-edit/>
2357

24-
- 1 commit contributed to the release.
58+
- 2 commits contributed to the release.
2559
- 9 days passed between releases.
2660
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2761
- 0 issues like '(#ID)' were seen in commit messages
@@ -33,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3367
<details><summary>view details</summary>
3468

3569
* **Uncategorized**
70+
- Release prodash v23.1.2 ([`c15f8db`](https://github.com/byron/prodash/commit/c15f8db0a7221ad6326544685200b68cb9ff5ddd))
3671
- Line renderer now properly detects changes. ([`7966f79`](https://github.com/byron/prodash/commit/7966f79cc7009acb33761cee70398b05b0006cc1))
3772
</details>
3873

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prodash"
3-
version = "23.1.2"
3+
version = "24.0.0"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
description = "A dashboard for visualizing progress of asynchronous and possibly blocking tasks"
66
edition = "2021"

0 commit comments

Comments
 (0)