Skip to content

Commit

Permalink
chore: release v0.2.0 (#118)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `ducker`: 0.1.6 -> 0.2.0 (⚠️ API breaking changes)

### ⚠️ `ducker` breaking changes

```
--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron

Failed in:
  function ducker::terminal::restore, previously in file /tmp/.tmpzeuEdV/ducker/src/terminal.rs:18
  function ducker::terminal::init, previously in file /tmp/.tmpzeuEdV/ducker/src/terminal.rs:11
```

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

<blockquote>

##
[0.2.0](v0.1.6...v0.2.0)
- 2024-12-01

### Other

- *(deps)* update a range of dependencies
([#117](#117))
</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 0d45d5f commit e42ebdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Other

- *(deps)* update a range of dependencies ([#117](https://github.com/robertpsoane/ducker/pull/117))

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

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

0 comments on commit e42ebdc

Please sign in to comment.