Skip to content

Commit 964a86b

Browse files
committed
Release prodash v29.0.2
1 parent 2216036 commit 964a86b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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-
## Unreleased
8+
## 29.0.2 (2025-04-13)
99

1010
Update `bytesize` from v1 to v2.
1111

1212
### Commit Statistics
1313

1414
<csr-read-only-do-not-edit/>
1515

16-
- 2 commits contributed to the release.
16+
- 3 commits contributed to the release.
1717
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1818
- 0 issues like '(#ID)' were seen in commit messages
1919

@@ -24,6 +24,7 @@ Update `bytesize` from v1 to v2.
2424
<details><summary>view details</summary>
2525

2626
* **Uncategorized**
27+
- Update changelog prior to release ([`2216036`](https://github.com/byron/prodash/commit/221603660fbf5d5fa14fbc6674c6d460017b769f))
2728
- Merge pull request #33 from EliahKagan/bump-bytesize ([`4ff81bf`](https://github.com/byron/prodash/commit/4ff81bf9f61d161a50485c95fb7f3ed9386115c4))
2829
- Bump `bytesize` from major version 1 to 2 ([`61dfa7d`](https://github.com/byron/prodash/commit/61dfa7d779e26e4cbbb6e6fa7fdc14294224bfba))
2930
</details>

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prodash"
3-
version = "29.0.1"
3+
version = "29.0.2"
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)