Skip to content

Commit 4583a59

Browse files
committedJul 29, 2024
Release prodash v29.0.0
1 parent a5dab6e commit 4583a59

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,58 @@ 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.0 (2024-07-29)
9+
10+
### Chore
11+
12+
- <csr-id-5f066f26e347d80edd3cc9480d362b39ce762bd6/> update ratatui to 0.26.0
13+
Requires an update to tui-react / crosstermion to work
14+
15+
### Other
16+
17+
- <csr-id-aab09862ce8ff64d3c9bafd099e81df89c4c1670/> switch from `time` to `jiff`
18+
This swaps out `time` in favor of `jiff` for getting and formatting the
19+
local time.
20+
21+
Note that this does add the `%Z` to the format string, which will write
22+
out time zone abbreviations like `EDT` along with the local datetime
23+
itself. The `time` crate doesn't support this, but jiff's tzdb
24+
integration let's it do it.
25+
26+
### New Features (BREAKING)
27+
28+
- <csr-id-f3c3122a571512d0d90edced6f1057f395c9d39f/> upgrade `ratatui` to v0.26
29+
30+
### Commit Statistics
31+
32+
<csr-read-only-do-not-edit/>
33+
34+
- 8 commits contributed to the release over the course of 177 calendar days.
35+
- 213 days passed between releases.
36+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
37+
- 0 issues like '(#ID)' were seen in commit messages
38+
39+
### Commit Details
40+
41+
<csr-read-only-do-not-edit/>
42+
43+
<details><summary>view details</summary>
44+
45+
* **Uncategorized**
46+
- Upgrade dependencies ([`a5dab6e`](https://github.com/byron/prodash/commit/a5dab6e11760acb413663b74bebe0348b6d3ade8))
47+
- Merge branch 'ag/jiff' ([`87f66fb`](https://github.com/byron/prodash/commit/87f66fb59923584905fe463bf6579f56459c4efb))
48+
- Switch from `time` to `jiff` ([`aab0986`](https://github.com/byron/prodash/commit/aab09862ce8ff64d3c9bafd099e81df89c4c1670))
49+
- Fix CI ([`10800f3`](https://github.com/byron/prodash/commit/10800f3ee3518d5c95e83c8dbe9bbc25da362bd1))
50+
- Upgrade `ratatui` to v0.26 ([`f3c3122`](https://github.com/byron/prodash/commit/f3c3122a571512d0d90edced6f1057f395c9d39f))
51+
- Avoid running benchmarks on CI for faster runs ([`73bce79`](https://github.com/byron/prodash/commit/73bce79cdfb651ae6ddcb09e297f33389302c40e))
52+
- Update to latest versions of `tui-react` and `crosstermion` ([`0cca41f`](https://github.com/byron/prodash/commit/0cca41f4a7a9e6fae995a802b551daa0d3d5ec12))
53+
- Update ratatui to 0.26.0 ([`5f066f2`](https://github.com/byron/prodash/commit/5f066f26e347d80edd3cc9480d362b39ce762bd6))
54+
</details>
55+
856
## 28.0.0 (2023-12-29)
957

58+
<csr-id-18686dbd32e6920ab5d7271c32481f7f41eae4de/>
59+
1060
### Chore (BREAKING)
1161

1262
- <csr-id-18686dbd32e6920ab5d7271c32481f7f41eae4de/> upgrade `ratatui` and `crosstermion` to latest versions.
@@ -15,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1565

1666
<csr-read-only-do-not-edit/>
1767

18-
- 1 commit contributed to the release.
68+
- 2 commits contributed to the release.
1969
- 21 days passed between releases.
2070
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2171
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2777
<details><summary>view details</summary>
2878

2979
* **Uncategorized**
80+
- Release prodash v28.0.0 ([`986909c`](https://github.com/byron/prodash/commit/986909cc4eef785c4f5e9f5f8184723a21ccb721))
3081
- Upgrade `ratatui` and `crosstermion` to latest versions. ([`18686db`](https://github.com/byron/prodash/commit/18686dbd32e6920ab5d7271c32481f7f41eae4de))
3182
</details>
3283

‎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 = "28.0.0"
3+
version = "29.0.0"
44
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
55
description = "A dashboard for visualizing progress of asynchronous and possibly blocking tasks"
66
edition = "2021"

0 commit comments

Comments
 (0)