Skip to content

Commit e9769dd

Browse files
committedFeb 1, 2022
Release prodash v18.0.1
1 parent a1f8aa6 commit e9769dd

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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+
## 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+
836
## 18.0.0 (2022-01-23)
937

1038
### New Features (BREAKING)
@@ -15,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1543

1644
<csr-read-only-do-not-edit/>
1745

18-
- 2 commits contributed to the release.
46+
- 3 commits contributed to the release.
1947
- 19 days passed between releases.
2048
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
2149
- 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
2755
<details><summary>view details</summary>
2856

2957
* **Uncategorized**
58+
- Release prodash v18.0.0 ([`10531ae`](https://github.com/byron/prodash/commit/10531ae35570af6003275a92ba40612a5e23678f))
3059
- prepare changelog ([`a7a58c0`](https://github.com/byron/prodash/commit/a7a58c0fb6ea1068b914a653eb33c96dc157dc06))
3160
- upgrade to tui 0.17 ([`482b54f`](https://github.com/byron/prodash/commit/482b54f9c584b0e2d22c53622c9f7ad45b79ad2c))
3261
</details>
@@ -166,6 +195,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166195

167196
## 16.0.1 (2021-12-19)
168197

198+
### Chore
199+
200+
- <csr-id-e6f53d59ef1aef027a2aad5b164535c6ca0d620b/> upgrade dashmap to latest version
201+
169202
### Commit Statistics
170203

171204
<csr-read-only-do-not-edit/>

‎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 = "18.0.0"
3+
version = "18.0.1"
44
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
55
description = "A dashboard for visualizing progress of asynchronous and possibly blocking tasks"
66
edition = "2018"

0 commit comments

Comments
 (0)