Skip to content

Commit 34ae001

Browse files
committed
Release prodash v16.1.0
1 parent 3886754 commit 34ae001

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

CHANGELOG.md

+32-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,40 @@ 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+
## 16.1.0 (2021-12-27)
9+
10+
### New Features
11+
12+
- <csr-id-3886754817ac528178b8ea326d0b4d576168eb28/> Setting the progress value is now 9x faster
13+
This is accomplished at the cost of not autoamtically setting the
14+
progress to 'running' anymore when the progress is set.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 2 commits contributed to the release.
21+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
22+
- 0 issues like '(#ID)' where seen in commit messages
23+
24+
### Commit Details
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
<details><summary>view details</summary>
29+
30+
* **Uncategorized**
31+
- Setting the progress value is now 9x faster ([`3886754`](https://github.com/byron/prodash/commit/3886754817ac528178b8ea326d0b4d576168eb28))
32+
- An experiment to show we don't want to rely on dashmap for this ([`4f527c1`](https://github.com/byron/prodash/commit/4f527c12caa85018de293762194f9a2aed5daaea))
33+
</details>
34+
835
## 16.0.1 (2021-12-19)
936

1037
### Commit Statistics
1138

1239
<csr-read-only-do-not-edit/>
1340

14-
- 5 commits contributed to the release over the course of 47 calendar days.
41+
- 6 commits contributed to the release over the course of 47 calendar days.
1542
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
1643
- 1 unique issue was worked on: [#8](https://github.com/byron/prodash/issues/8)
1744

@@ -30,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3057
* **[#8](https://github.com/byron/prodash/issues/8)**
3158
- Run `cargo changelog --write` for an improved changelog ([`a1054e8`](https://github.com/byron/prodash/commit/a1054e89b6f5bbdead1a5c2f975cdce0da0700e7))
3259
* **Uncategorized**
60+
- Release prodash v16.0.1 ([`9418df2`](https://github.com/byron/prodash/commit/9418df2660e5cb17c9906f86fb379c0d22c7ddb7))
3361
- upgrade dashmap to latest version ([`e6f53d5`](https://github.com/byron/prodash/commit/e6f53d59ef1aef027a2aad5b164535c6ca0d620b))
3462
- cleanup changelog ([`5aa6275`](https://github.com/byron/prodash/commit/5aa627523536a85c382f0da20636963387b437bd))
3563
- thanks clippy ([`c1258e2`](https://github.com/byron/prodash/commit/c1258e250207889c62ef3208590d84185752e1a2))
@@ -824,8 +852,8 @@ Add new render-line, change feature flag names.
824852
too dynamically changing progress trees.
825853
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
826854
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
827-
* `copy_new_messages(…)` method, copying only messages seen since last time it was called
828-
* `message_buffer_usage(…)` returns the amount of message we currently store, as well as the ring buffer capacity
855+
* `copy_new_messages(…)` method, copying only messages seen since last time it was called
856+
* `message_buffer_usage(…)` returns the amount of message we currently store, as well as the ring buffer capacity
829857

830858
### Breaking Changes
831859

@@ -935,7 +963,7 @@ Add new render-line, change feature flag names.
935963
</details>
936964

937965
<csr-unknown>
938-
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.New methods in *Rootmessage_buffer_usage(…) returns the amount of message we currently store, as well as the ring buffer capacity<csr-unknown/>
966+
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.<csr-unknown/>
939967

940968
## v6.0.0 (2020-07-05)
941969

Cargo.toml

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