Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 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