diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2024-08-10 16:12:09 +0200 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2024-08-10 16:12:09 +0200 |
commit | 60ed763e98620664c06eac5fd7972f407ae97503 (patch) | |
tree | d0e2b90dc0a6425f0fb37dfbf042b722d8e8ae87 | |
parent | dd2d7cda58c34d0ddf7af11c8b06b31f4c4ddd31 (diff) |
Release dua-cli v2.29.2v2.29.2
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dee5ebb..97a4c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.2 (2024-08-10) A maintenance release without user-facing changes. @@ -13,9 +13,9 @@ A maintenance release without user-facing changes. <csr-read-only-do-not-edit/> - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - - 1 unique issue was worked on: [#253](https://github.com/Byron/dua-cli/issues/253) + - 2 unique issues were worked on: [#253](https://github.com/Byron/dua-cli/issues/253), [#254](https://github.com/Byron/dua-cli/issues/254) ### Commit Details @@ -25,6 +25,8 @@ A maintenance release without user-facing changes. * **[#253](https://github.com/Byron/dua-cli/issues/253)** - Revert "avoid `Cargo.lock` in exported archives" ([`452b30f`](https://github.com/Byron/dua-cli/commit/452b30f0a7c2cc0b5c33cb7d12700fd18dd1e4e1)) + * **[#254](https://github.com/Byron/dua-cli/issues/254)** + - Prepare a new patch release to bring Cargo.lock back ([`dd2d7cd`](https://github.com/Byron/dua-cli/commit/dd2d7cda58c34d0ddf7af11c8b06b31f4c4ddd31)) </details> ## 2.29.1 (2024-08-10) @@ -352,7 +352,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "dua-cli" -version = "2.29.1" +version = "2.29.2" dependencies = [ "anyhow", "atty", @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.29.1" +version = "2.29.2" authors = ["Sebastian Thiel <byronimo@gmail.com>"] edition = "2021" repository = "https://github.com/Byron/dua-cli" |