Skip to content

Commit 8f26902

Browse files
committed
Release prodash v26.2.0
1 parent b3cae19 commit 8f26902

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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+
## 26.2.0 (2023-09-05)
9+
10+
### New Features
11+
12+
- <csr-id-b3cae191413653feef62808b60b7eea52145e55e/> add `BoxedProgress` type that implements `Progress`.
13+
This makes working with boxed progress even more flexible.
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 1 commit 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+
- Add `BoxedProgress` type that implements `Progress`. ([`b3cae19`](https://github.com/byron/prodash/commit/b3cae191413653feef62808b60b7eea52145e55e))
31+
</details>
32+
833
## 26.1.0 (2023-09-04)
934

1035
### New Features
@@ -16,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1641

1742
<csr-read-only-do-not-edit/>
1843

19-
- 1 commit contributed to the release.
44+
- 2 commits contributed to the release.
2045
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2146
- 0 issues like '(#ID)' were seen in commit messages
2247

@@ -27,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2752
<details><summary>view details</summary>
2853

2954
* **Uncategorized**
55+
- Release prodash v26.1.0 ([`05bc923`](https://github.com/byron/prodash/commit/05bc92395aeeaf498ab46e479decf1ae71382835))
3056
- Add `progress::AtomicStep` to allow referring to it. ([`0705a73`](https://github.com/byron/prodash/commit/0705a734b401d44657be59e83e4cbf58cb4484a8))
3157
</details>
3258

Cargo.toml

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