Skip to content

Commit 58ea133

Browse files
committed
Release prodash v29.0.1
1 parent eaf1c26 commit 58ea133

File tree

2 files changed

+50
-12
lines changed

2 files changed

+50
-12
lines changed

CHANGELOG.md

Lines changed: 49 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,49 @@ 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+
## 29.0.1 (2025-03-11)
9+
10+
### Other
11+
12+
- <csr-id-88d33994876c7b2454cb1d827ebb2933bdecddd2/> switch from `humantime` to `jiff`
13+
Since prodash switched over to Jiff, Jiff has grown support for the
14+
"friendly" duration format. It is meant to be a replacement for
15+
`humantime` formatting of durations.
16+
- <csr-id-373b6b1d0a95cff3085bda46ab629728d4fd6e43/> bump jiff to 0.2
17+
18+
### Commit Statistics
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
- 5 commits contributed to the release.
23+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
24+
- 0 issues like '(#ID)' were seen in commit messages
25+
26+
### Thanks Clippy
27+
28+
<csr-read-only-do-not-edit/>
29+
30+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
31+
32+
### Commit Details
33+
34+
<csr-read-only-do-not-edit/>
35+
36+
<details><summary>view details</summary>
37+
38+
* **Uncategorized**
39+
- Merge pull request #32 from BurntSushi/ag/moar-jiff ([`eaf1c26`](https://github.com/byron/prodash/commit/eaf1c26169a89fca693e5cbf8be4f1cd5fccbf25))
40+
- Thanks clippy ([`521c6e1`](https://github.com/byron/prodash/commit/521c6e16464778ca468996fbc6d66c4ffa6d4edb))
41+
- Switch from `humantime` to `jiff` ([`88d3399`](https://github.com/byron/prodash/commit/88d33994876c7b2454cb1d827ebb2933bdecddd2))
42+
- Bump jiff to 0.2 ([`373b6b1`](https://github.com/byron/prodash/commit/373b6b1d0a95cff3085bda46ab629728d4fd6e43))
43+
- Remove unused feature ([`9c476cf`](https://github.com/byron/prodash/commit/9c476cf1a3f31d79d49e56c80b3d2eff7c3f618d))
44+
</details>
45+
846
## 29.0.0 (2024-07-29)
947

48+
<csr-id-5f066f26e347d80edd3cc9480d362b39ce762bd6/>
49+
<csr-id-aab09862ce8ff64d3c9bafd099e81df89c4c1670/>
50+
1051
### Chore
1152

1253
- <csr-id-5f066f26e347d80edd3cc9480d362b39ce762bd6/> update ratatui to 0.26.0
@@ -31,8 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3172

3273
<csr-read-only-do-not-edit/>
3374

34-
- 8 commits contributed to the release over the course of 177 calendar days.
35-
- 213 days passed between releases.
75+
- 9 commits contributed to the release.
3676
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
3777
- 0 issues like '(#ID)' were seen in commit messages
3878

@@ -43,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4383
<details><summary>view details</summary>
4484

4585
* **Uncategorized**
86+
- Release prodash v29.0.0 ([`4583a59`](https://github.com/byron/prodash/commit/4583a593d35e248b828dd486b7a6e8305b1a538c))
4687
- Upgrade dependencies ([`a5dab6e`](https://github.com/byron/prodash/commit/a5dab6e11760acb413663b74bebe0348b6d3ade8))
4788
- Merge branch 'ag/jiff' ([`87f66fb`](https://github.com/byron/prodash/commit/87f66fb59923584905fe463bf6579f56459c4efb))
4889
- Switch from `time` to `jiff` ([`aab0986`](https://github.com/byron/prodash/commit/aab09862ce8ff64d3c9bafd099e81df89c4c1670))
@@ -101,8 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101142

102143
<csr-read-only-do-not-edit/>
103144

104-
- 8 commits contributed to the release over the course of 44 calendar days.
105-
- 89 days passed between releases.
145+
- 8 commits contributed to the release.
106146
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
107147
- 0 issues like '(#ID)' were seen in commit messages
108148

@@ -295,7 +335,7 @@ and no change of the progress information itself.
295335

296336
<csr-read-only-do-not-edit/>
297337

298-
- 4 commits contributed to the release over the course of 2 calendar days.
338+
- 4 commits contributed to the release.
299339
- 37 days passed between releases.
300340
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
301341
- 0 issues like '(#ID)' were seen in commit messages
@@ -393,7 +433,6 @@ and no change of the progress information itself.
393433
<csr-read-only-do-not-edit/>
394434

395435
- 4 commits contributed to the release.
396-
- 60 days passed between releases.
397436
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
398437
- 0 issues like '(#ID)' were seen in commit messages
399438

@@ -629,7 +668,6 @@ Most notably, `parking_lot` was upgraded to the latest version.
629668
<csr-read-only-do-not-edit/>
630669

631670
- 4 commits contributed to the release.
632-
- 37 days passed between releases.
633671
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
634672
- 0 issues like '(#ID)' were seen in commit messages
635673

@@ -1375,7 +1413,7 @@ Most notably, `parking_lot` was upgraded to the latest version.
13751413
- Remove crosstermion, it now lives in https://github.com/Byron/tui-crates ([`f560f84`](https://github.com/byron/prodash/commit/f560f84436c1bd2b5af8b0af44e8e86200d22cc2))
13761414
</details>
13771415

1378-
## v13.0.0 (2021-05-02)
1416+
## v13.0.0 (2021-05-03)
13791417

13801418
<csr-id-e3665a2100fba190fc0f047ff05f2904f4dcaf4a/>
13811419
<csr-id-c91d410e8d6242b78c44119155b5fc3b2956d111/>
@@ -2281,7 +2319,7 @@ One might argue that the flush should happen in the terminal instance itself, bu
22812319
- Bump patch level ([`f8b06a6`](https://github.com/byron/prodash/commit/f8b06a6a298928caaf2a6e6e9b2e3135d0ae443b))
22822320
</details>
22832321

2284-
## v4.0.4 (2020-06-29)
2322+
## v4.0.4 (2020-06-30)
22852323

22862324
- Simplify `message()` trait bounds
22872325

@@ -2888,7 +2926,7 @@ a redraw manually.
28882926
- ETA messages in blocked unbounded tasks ([`d42c0d5`](https://github.com/byron/prodash/commit/d42c0d52f803595a48594a91b3278ce57ff8b95b))
28892927
</details>
28902928

2891-
## v1.1.6 (2020-03-02)
2929+
## v1.1.6 (2020-03-03)
28922930

28932931
* improve API symmetry by providing a `Tree::name()` to accompany `Tree::set_name(…)`
28942932

@@ -2912,7 +2950,7 @@ a redraw manually.
29122950
- Put changelog into lib.rs, where it already was :) ([`dfc810b`](https://github.com/byron/prodash/commit/dfc810b7b012e536353ceeed61f2ca7ed935930d))
29132951
</details>
29142952

2915-
## v1.1.5 (2020-02-23)
2953+
## v1.1.5 (2020-02-24)
29162954

29172955
* Flush stdout when the TUI stopped running. That way, the alternate/original screen will be shown right away.
29182956

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 = "29.0.0"
3+
version = "29.0.1"
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)