Skip to content

Commit f426c20

Browse files
committed
Release prodash v16.1.1
1 parent ca5f544 commit f426c20

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

CHANGELOG.md

+27-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.1 (2021-12-27)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-ca5f544594facc92c8744b293c7287dcffe065e5/> correct signature of new 'running()' method
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
20+
- 0 issues like '(#ID)' where seen in commit messages
21+
22+
### Commit Details
23+
24+
<csr-read-only-do-not-edit/>
25+
26+
<details><summary>view details</summary>
27+
28+
* **Uncategorized**
29+
- correct signature of new 'running()' method ([`ca5f544`](https://github.com/byron/prodash/commit/ca5f544594facc92c8744b293c7287dcffe065e5))
30+
</details>
31+
832
## 16.1.0 (2021-12-27)
933

1034
### New Features
@@ -17,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1741

1842
<csr-read-only-do-not-edit/>
1943

20-
- 2 commits contributed to the release.
44+
- 3 commits contributed to the release.
2145
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
2246
- 0 issues like '(#ID)' where seen in commit messages
2347

@@ -28,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2852
<details><summary>view details</summary>
2953

3054
* **Uncategorized**
55+
- Release prodash v16.1.0 ([`34ae001`](https://github.com/byron/prodash/commit/34ae0014627c5fde785691ffc6583c52b629da51))
3156
- Setting the progress value is now 9x faster ([`3886754`](https://github.com/byron/prodash/commit/3886754817ac528178b8ea326d0b4d576168eb28))
3257
- An experiment to show we don't want to rely on dashmap for this ([`4f527c1`](https://github.com/byron/prodash/commit/4f527c12caa85018de293762194f9a2aed5daaea))
3358
</details>
@@ -852,8 +877,6 @@ Add new render-line, change feature flag names.
852877
too dynamically changing progress trees.
853878
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
854879
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
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
857880

858881
### Breaking Changes
859882

@@ -963,7 +986,7 @@ Add new render-line, change feature flag names.
963986
</details>
964987

965988
<csr-unknown>
966-
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.<csr-unknown/>
989+
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.copy_new_messages(…) method, copying only messages seen since last time it was calledmessage_buffer_usage(…) returns the amount of message we currently store, as well as the ring buffer capacity<csr-unknown/>
967990

968991
## v6.0.0 (2020-07-05)
969992

Cargo.toml

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