Skip to content

Commit 171a83d

Browse files
committed
Release prodash v30.0.1
1 parent 0f261de commit 171a83d

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

CHANGELOG.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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+
## 30.0.1 (2025-06-14)
9+
10+
### Documentation
11+
12+
- <csr-id-b1e26fed9842300bdaf2d0fdae1b789580b91acb/> Don't describe `progress-tree-log` as a default feature
13+
Since it is no longer a default feature as of version 30.0.0 (#39).
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 4 commits contributed to the release.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Merge pull request #42 from EliahKagan/update-doc-next ([`0f261de`](https://github.com/byron/prodash/commit/0f261de75dfcb9b1f865f5219cf8dc2a42c8e39b))
31+
- Don't describe `progress-tree-log` as a default feature in readme ([`901359a`](https://github.com/byron/prodash/commit/901359a7d55c62d7dfce48b720b1349d75a0bd95))
32+
- Merge pull request #41 from EliahKagan/update-doc ([`cf70e4a`](https://github.com/byron/prodash/commit/cf70e4a5092baa67f41caf6e2c3f6e0646b962f6))
33+
- Don't describe `progress-tree-log` as a default feature ([`b1e26fe`](https://github.com/byron/prodash/commit/b1e26fed9842300bdaf2d0fdae1b789580b91acb))
34+
</details>
35+
836
## 30.0.0 (2025-06-12)
937

1038
<csr-id-25f8851b458838044550478e5aa5e44922e063f1/>
@@ -18,9 +46,6 @@ progress-by-logging will have to add the feature themselves.
1846
- Update the project URL in `Cargo.toml`, as well as a badge URL in
1947
the readme, to point to `GitoxideLabs/prodash`, since the repo
2048
was moved (though the old URL will still work as a redirect).
21-
- Add a `SECURITY.md` file with the same wording as in `gitoxide`
22-
and `cargo-smart-release`, with a hyperlink to draft a `prodash`
23-
advisory.
2449

2550
### Other
2651

@@ -46,7 +71,7 @@ progress-by-logging will have to add the feature themselves.
4671

4772
<csr-read-only-do-not-edit/>
4873

49-
- 15 commits contributed to the release.
74+
- 16 commits contributed to the release.
5075
- 59 days passed between releases.
5176
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
5277
- 0 issues like '(#ID)' were seen in commit messages
@@ -58,6 +83,7 @@ progress-by-logging will have to add the feature themselves.
5883
<details><summary>view details</summary>
5984

6085
* **Uncategorized**
86+
- Release prodash v30.0.0 ([`85003b1`](https://github.com/byron/prodash/commit/85003b18cf7ddaf1f8f245015c082a8e7a5c4857))
6187
- Merge pull request #39 from elijah629/patch-1 ([`427f168`](https://github.com/byron/prodash/commit/427f168684d2930445f1ec25fb873a251a42609d))
6288
- Bump major version and write changelog to document breaking change. ([`1bea21c`](https://github.com/byron/prodash/commit/1bea21c5785e8463e035be29b15592c1549590d0))
6389
- Progress-tree-log should not be default ([`8e5986d`](https://github.com/byron/prodash/commit/8e5986da4edbf06495469bc423ced62dea9e715f))
@@ -76,7 +102,7 @@ progress-by-logging will have to add the feature themselves.
76102
</details>
77103

78104
<csr-unknown>
79-
This is similar to:https://github.com/GitoxideLabs/cargo-smart-release/pull/55<csr-unknown/>
105+
Add a SECURITY.md file with the same wording as in gitoxideand cargo-smart-release, with a hyperlink to draft a prodashadvisory.<csr-unknown/>
80106

81107
## 29.0.2 (2025-04-13)
82108

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 = "30.0.0"
3+
version = "30.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)