Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.1.2 #89

Merged
merged 1 commit into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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