Skip to content

Commit a91c52f

Browse files
committed
Release prodash v23.1.1
1 parent 1a4eb9b commit a91c52f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## Unreleased
8+
## 23.1.1 (2023-03-02)
99

1010
A maintenance release without user-facing changes.
1111

@@ -15,7 +15,7 @@ Most notably, `parking_lot` was upgraded to the latest version.
1515

1616
<csr-read-only-do-not-edit/>
1717

18-
- 1 commit contributed to the release.
18+
- 2 commits contributed to the release.
1919
- 2 days passed between releases.
2020
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
2121
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +27,7 @@ Most notably, `parking_lot` was upgraded to the latest version.
2727
<details><summary>view details</summary>
2828

2929
* **Uncategorized**
30+
- Prepare changelog ([`1a4eb9b`](https://github.com/byron/prodash/commit/1a4eb9b5dea3e100b188be956ab7670f0b8d5ad6))
3031
- Upgrade dependencies, particularly `parking_lot` ([`7ae8a07`](https://github.com/byron/prodash/commit/7ae8a0793752b713c6605be45688ca81fbb7e75e))
3132
</details>
3233

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 = "23.1.0"
3+
version = "23.1.1"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
description = "A dashboard for visualizing progress of asynchronous and possibly blocking tasks"
66
edition = "2021"

0 commit comments

Comments
 (0)