Skip to content

Commit 0574176

Browse files
committed
chore: Adjusting changelogs prior to release of prodash v25.0.2
1 parent 2bfe9ad commit 0574176

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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+
## 25.0.2 (2023-08-22)
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 1 commit contributed to the release.
15+
- 37 days passed between releases.
16+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
17+
- 0 issues like '(#ID)' were seen in commit messages
18+
19+
### Commit Details
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
<details><summary>view details</summary>
24+
25+
* **Uncategorized**
26+
- Remove `atty` in favor of `is-terminal` ([`2bfe9ad`](https://github.com/byron/prodash/commit/2bfe9adca357cf48d7310036684eeb85efa5ef46))
27+
</details>
28+
829
## 25.0.1 (2023-07-16)
930

1031
### Bug Fixes
@@ -15,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1536

1637
<csr-read-only-do-not-edit/>
1738

18-
- 3 commits contributed to the release.
39+
- 4 commits contributed to the release.
1940
- 60 days passed between releases.
2041
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2142
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2748
<details><summary>view details</summary>
2849

2950
* **Uncategorized**
51+
- Release prodash v25.0.1 ([`3ad8226`](https://github.com/byron/prodash/commit/3ad8226fd7825669d843a9c1bde001de1b702049))
3052
- Merge branch 'log-fixes' ([`a38d22c`](https://github.com/byron/prodash/commit/a38d22cf10068ce4275d65eb3e74652c2977b7e2))
3153
- Upgrade criterion to the latest version, it compiles more quickly. ([`78272c0`](https://github.com/byron/prodash/commit/78272c0f2a243b9e07165813a0eacc6ade623b90))
3254
- `log` progress now supports a shared counter, just like the tree-item implementation ([`17dd8f6`](https://github.com/byron/prodash/commit/17dd8f64563dd96ca454494e24a7f229716f6b1f))

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 = "25.0.1"
3+
version = "25.0.2"
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)