@@ -5,6 +5,34 @@ 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
+ ## 18.0.1 (2022-02-01)
9
+
10
+ ### Bug Fixes
11
+
12
+ - <csr-id-a1f8aa650d1a1d2ac53025e29c71782b1cab58c5 /> Downgrade to dashmap 4.0
13
+ While waiting for unoundness to be resolved.
14
+
15
+ See the issue for details: https://github.com/xacrimon/dashmap/issues/167
16
+
17
+ ### Commit Statistics
18
+
19
+ <csr-read-only-do-not-edit />
20
+
21
+ - 1 commit contributed to the release.
22
+ - 9 days passed between releases.
23
+ - 1 commit where understood as [ conventional] ( https://www.conventionalcommits.org ) .
24
+ - 0 issues like '(#ID)' where seen in commit messages
25
+
26
+ ### Commit Details
27
+
28
+ <csr-read-only-do-not-edit />
29
+
30
+ <details ><summary >view details</summary >
31
+
32
+ * ** Uncategorized**
33
+ - Downgrade to dashmap 4.0 ([ ` a1f8aa6 ` ] ( https://github.com/byron/prodash/commit/a1f8aa650d1a1d2ac53025e29c71782b1cab58c5 ) )
34
+ </details >
35
+
8
36
## 18.0.0 (2022-01-23)
9
37
10
38
### New Features (BREAKING)
@@ -15,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
43
16
44
<csr-read-only-do-not-edit />
17
45
18
- - 2 commits contributed to the release.
46
+ - 3 commits contributed to the release.
19
47
- 19 days passed between releases.
20
48
- 1 commit where understood as [ conventional] ( https://www.conventionalcommits.org ) .
21
49
- 0 issues like '(#ID)' where seen in commit messages
@@ -27,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
55
<details ><summary >view details</summary >
28
56
29
57
* ** Uncategorized**
58
+ - Release prodash v18.0.0 ([ ` 10531ae ` ] ( https://github.com/byron/prodash/commit/10531ae35570af6003275a92ba40612a5e23678f ) )
30
59
- prepare changelog ([ ` a7a58c0 ` ] ( https://github.com/byron/prodash/commit/a7a58c0fb6ea1068b914a653eb33c96dc157dc06 ) )
31
60
- upgrade to tui 0.17 ([ ` 482b54f ` ] ( https://github.com/byron/prodash/commit/482b54f9c584b0e2d22c53622c9f7ad45b79ad2c ) )
32
61
</details >
@@ -166,6 +195,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166
195
167
196
## 16.0.1 (2021-12-19)
168
197
198
+ ### Chore
199
+
200
+ - <csr-id-e6f53d59ef1aef027a2aad5b164535c6ca0d620b /> upgrade dashmap to latest version
201
+
169
202
### Commit Statistics
170
203
171
204
<csr-read-only-do-not-edit />
0 commit comments