From c82b3f9cad2e84b4976c142faa7f7085d7cc20b7 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 10 Aug 2024 10:18:54 +0200 Subject: [PATCH] Release dua-cli v2.29.1 --- CHANGELOG.md | 9 ++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2d7ed..e73720c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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). -## Unreleased +## 2.29.1 (2024-08-10) + + This is a maintenance release without user-facing changes. @@ -21,8 +23,8 @@ This is a maintenance release without user-facing changes. - - 14 commits contributed to the release over the course of 121 calendar days. - - 147 days passed between releases. + - 15 commits contributed to the release over the course of 126 calendar days. + - 152 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#253](https://github.com/Byron/dua-cli/issues/253) @@ -41,6 +43,7 @@ This is a maintenance release without user-facing changes. * **[#253](https://github.com/Byron/dua-cli/issues/253)** - Avoid `Cargo.lock` in exported archives ([`2ef583d`](https://github.com/Byron/dua-cli/commit/2ef583d0485941c9cbe91e85c2b62ead80cbb490)) * **Uncategorized** + - Prepare changelog prior to release ([`9a27130`](https://github.com/Byron/dua-cli/commit/9a271309624bd01c1814e4058c859e3fdc2ffcd3)) - Update locked dependencies ([`319bdde`](https://github.com/Byron/dua-cli/commit/319bddec1812b4a732c8380208b5503f40841bbc)) - Merge branch 'olastor/main' ([`80c14a9`](https://github.com/Byron/dua-cli/commit/80c14a9cd28e5a18f5e9df517f6a3332d90e7c30)) - Thanks clippy ([`7ddbfbe`](https://github.com/Byron/dua-cli/commit/7ddbfbe37a56b845cc437e60509cb5bb6a89fe01)) diff --git a/Cargo.lock b/Cargo.lock index d14ce00..41b9d53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "dua-cli" -version = "2.29.0" +version = "2.29.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 0455103..e5ce886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.29.0" +version = "2.29.1" authors = ["Sebastian Thiel "] edition = "2021" repository = "https://github.com/Byron/dua-cli"