@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
33
## 26.1.0 (2023-09-04)
9
34
10
35
### New Features
@@ -16,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
41
17
42
<csr-read-only-do-not-edit />
18
43
19
- - 1 commit contributed to the release.
44
+ - 2 commits contributed to the release.
20
45
- 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
21
46
- 0 issues like '(#ID)' were seen in commit messages
22
47
@@ -27,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
52
<details ><summary >view details</summary >
28
53
29
54
* ** Uncategorized**
55
+ - Release prodash v26.1.0 ([ ` 05bc923 ` ] ( https://github.com/byron/prodash/commit/05bc92395aeeaf498ab46e479decf1ae71382835 ) )
30
56
- Add ` progress::AtomicStep ` to allow referring to it. ([ ` 0705a73 ` ] ( https://github.com/byron/prodash/commit/0705a734b401d44657be59e83e4cbf58cb4484a8 ) )
31
57
</details >
32
58
0 commit comments