Skip to content

Commit

Permalink
chore: release v0.2.2 (#125)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `ducker`: 0.2.1 -> 0.2.2 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.2.2](v0.2.1...v0.2.2)
- 2024-12-09

### Other

- *(deps)* bump chrono from 0.4.38 to 0.4.39 (#122)
- *(deps)* bump tokio from 1.41.1 to 1.42.0 (#121)
- *(deps)* bump ureq from 2.11.0 to 2.12.1 (#123)
- *(deps)* bump clap from 4.5.22 to 4.5.23 (#124)
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
1 parent ade994f commit b4db53b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/robertpsoane/ducker/compare/v0.2.1...v0.2.2) - 2024-12-09

### Other

- *(deps)* bump chrono from 0.4.38 to 0.4.39 (#122)
- *(deps)* bump tokio from 1.41.1 to 1.42.0 (#121)
- *(deps)* bump ureq from 2.11.0 to 2.12.1 (#123)
- *(deps)* bump clap from 4.5.22 to 4.5.23 (#124)

## [0.2.1](https://github.com/robertpsoane/ducker/compare/v0.2.0...v0.2.1) - 2024-12-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ducker"
description = "A slightly quackers Docker TUI based on k9s 🦆"
authors = ["Robert Soane"]
version = "0.2.1"
version = "0.2.2"
homepage = "http://github.com/robertpsoane/ducker"
repository = "http://github.com/robertpsoane/ducker"
edition = "2021"
Expand Down

0 comments on commit b4db53b

Please sign in to comment.