Skip to content

Commit

Permalink
chore: release v0.1.2 (#89)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `ducker`: 0.1.1 -> 0.1.2

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

<blockquote>

##
[0.1.2](v0.1.1...v0.1.2)
- 2024-08-31

### Other
- *(deps)* bump bollard from 0.16.1 to 0.17.1
([#80](#80))
- *(deps)* bump serde from 1.0.208 to 1.0.209
([#86](#86))
- *(deps)* bump ratatui from 0.28.0 to 0.28.1
([#88](#88))
- *(deps)* bump serde_yml from 0.0.11 to 0.0.12
([#87](#87))
- *(deps)* bump tokio from 1.39.2 to 1.39.3
([#82](#82))
- *(deps)* bump serde from 1.0.207 to 1.0.208
([#83](#83))
- *(deps)* bump ureq from 2.10.0 to 2.10.1
([#81](#81))
- *(deps)* bump clap from 4.5.15 to 4.5.16
([#79](#79))
- update instructions for Arch Linux
([#74](#74))
- fix typo in README.md
([#75](#75))
</blockquote>


</p></details>

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

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

## [Unreleased]

## [0.1.2](https://github.com/robertpsoane/ducker/compare/v0.1.1...v0.1.2) - 2024-08-31

### Other
- *(deps)* bump bollard from 0.16.1 to 0.17.1 ([#80](https://github.com/robertpsoane/ducker/pull/80))
- *(deps)* bump serde from 1.0.208 to 1.0.209 ([#86](https://github.com/robertpsoane/ducker/pull/86))
- *(deps)* bump ratatui from 0.28.0 to 0.28.1 ([#88](https://github.com/robertpsoane/ducker/pull/88))
- *(deps)* bump serde_yml from 0.0.11 to 0.0.12 ([#87](https://github.com/robertpsoane/ducker/pull/87))
- *(deps)* bump tokio from 1.39.2 to 1.39.3 ([#82](https://github.com/robertpsoane/ducker/pull/82))
- *(deps)* bump serde from 1.0.207 to 1.0.208 ([#83](https://github.com/robertpsoane/ducker/pull/83))
- *(deps)* bump ureq from 2.10.0 to 2.10.1 ([#81](https://github.com/robertpsoane/ducker/pull/81))
- *(deps)* bump clap from 4.5.15 to 4.5.16 ([#79](https://github.com/robertpsoane/ducker/pull/79))
- update instructions for Arch Linux ([#74](https://github.com/robertpsoane/ducker/pull/74))
- fix typo in README.md ([#75](https://github.com/robertpsoane/ducker/pull/75))

## [0.1.1](https://github.com/robertpsoane/ducker/compare/v0.1.0...v0.1.1) - 2024-08-14

### Other
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.1.1"
version = "0.1.2"
homepage = "http://github.com/robertpsoane/ducker"
repository = "http://github.com/robertpsoane/ducker"
edition = "2021"
Expand Down

0 comments on commit 9f51a7d

Please sign in to comment.