From f426c20dca5440f6d39c979a8a851ee444a2c388 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 27 Dec 2021 13:58:30 +0800 Subject: [PATCH] Release prodash v16.1.1 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ca300..05acfce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 16.1.1 (2021-12-27) + +### Bug Fixes + + - correct signature of new 'running()' method + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit where understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' where seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - correct signature of new 'running()' method ([`ca5f544`](https://github.com/byron/prodash/commit/ca5f544594facc92c8744b293c7287dcffe065e5)) +
+ ## 16.1.0 (2021-12-27) ### New Features @@ -17,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages @@ -28,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release prodash v16.1.0 ([`34ae001`](https://github.com/byron/prodash/commit/34ae0014627c5fde785691ffc6583c52b629da51)) - Setting the progress value is now 9x faster ([`3886754`](https://github.com/byron/prodash/commit/3886754817ac528178b8ea326d0b4d576168eb28)) - An experiment to show we don't want to rely on dashmap for this ([`4f527c1`](https://github.com/byron/prodash/commit/4f527c12caa85018de293762194f9a2aed5daaea))
@@ -852,8 +877,6 @@ Add new render-line, change feature flag names. too dynamically changing progress trees. * Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags. * 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 called -* `message_buffer_usage(…)` returns the amount of message we currently store, as well as the ring buffer capacity ### Breaking Changes @@ -963,7 +986,7 @@ Add new render-line, change feature flag names. -Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags. +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 ## v6.0.0 (2020-07-05) diff --git a/Cargo.toml b/Cargo.toml index b2d66af..d69334f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prodash" -version = "16.1.0" +version = "16.1.1" authors = ["Sebastian Thiel "] description = "A dashboard for visualizing progress of asynchronous and possibly blocking tasks" edition = "2018"