@@ -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.1.0 (2023-09-04)
9
+
10
+ ### New Features
11
+
12
+ - <csr-id-0705a734b401d44657be59e83e4cbf58cb4484a8 /> add ` progress::AtomicStep ` to allow referring to it.
13
+ Previously, only ` StepShared ` was available, which implies an ` Arc ` .
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 ` progress::AtomicStep ` to allow referring to it. ([ ` 0705a73 ` ] ( https://github.com/byron/prodash/commit/0705a734b401d44657be59e83e4cbf58cb4484a8 ) )
31
+ </details >
32
+
8
33
## 26.0.0 (2023-09-04)
9
34
10
35
This release is all about making ` dyn ` possible both for nested progress, as well as for 'simple' one (previously known as ` RawProgress ` ).
@@ -27,7 +52,7 @@ and no change of the progress information itself.
27
52
28
53
<csr-read-only-do-not-edit />
29
54
30
- - 8 commits contributed to the release.
55
+ - 9 commits contributed to the release.
31
56
- 13 days passed between releases.
32
57
- 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
33
58
- 0 issues like '(#ID)' were seen in commit messages
@@ -39,6 +64,7 @@ and no change of the progress information itself.
39
64
<details ><summary >view details</summary >
40
65
41
66
* ** Uncategorized**
67
+ - Release prodash v26.0.0 ([ ` 6b94f28 ` ] ( https://github.com/byron/prodash/commit/6b94f28102b3133e4c1cba3765b55108c528b534 ) )
42
68
- Merge branch 'simplify' ([ ` 5e21df7 ` ] ( https://github.com/byron/prodash/commit/5e21df796d4c8ddefd71ee1a35df3b591c6d5e58 ) )
43
69
- ` Progress::counter() ` is now mandatory. ([ ` 6c60835 ` ] ( https://github.com/byron/prodash/commit/6c60835ae49487a220b1817bc6cea3ebc8bf1aff ) )
44
70
- Prepare release ([ ` e1e282a ` ] ( https://github.com/byron/prodash/commit/e1e282aa37fc753884407339196809f2b0b72d2d ) )
0 commit comments