Skip to content

Commit

Permalink
chore: release v0.1.6 (#116)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `ducker`: 0.1.5 -> 0.1.6 (✓ API compatible changes)

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

<blockquote>

##
[0.1.6](v0.1.5...v0.1.6)
- 2024-12-01

### Other

- *(deps)* bump tokio from 1.40.0 to 1.41.1
([#112](#112))
- *(deps)* bump serde from 1.0.210 to 1.0.215
([#114](#114))
- update brew installation to use the official tap
([#115](#115))
</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 1, 2024
1 parent dc7db32 commit ace8d42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https://github.com/robertpsoane/ducker/compare/v0.1.5...v0.1.6) - 2024-12-01

### Other

- *(deps)* bump tokio from 1.40.0 to 1.41.1 ([#112](https://github.com/robertpsoane/ducker/pull/112))
- *(deps)* bump serde from 1.0.210 to 1.0.215 ([#114](https://github.com/robertpsoane/ducker/pull/114))
- update brew installation to use the official tap ([#115](https://github.com/robertpsoane/ducker/pull/115))

## [0.1.5](https://github.com/robertpsoane/ducker/compare/v0.1.4...v0.1.5) - 2024-10-18

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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.1.5"
version = "0.1.6"
homepage = "http://github.com/robertpsoane/ducker"
repository = "http://github.com/robertpsoane/ducker"
edition = "2021"
Expand Down

0 comments on commit ace8d42

Please sign in to comment.