Skip to content

chore: release v0.3.0#11

Open
QaidVoid wants to merge 1 commit intomainfrom
release-plz-2026-03-25T17-46-31Z
Open

chore: release v0.3.0#11
QaidVoid wants to merge 1 commit intomainfrom
release-plz-2026-03-25T17-46-31Z

Conversation

@QaidVoid
Copy link
Copy Markdown
Contributor

@QaidVoid QaidVoid commented Mar 25, 2026

🤖 New release

  • appimageupdate: 0.2.1 -> 0.3.0 (⚠ API breaking changes)

appimageupdate breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Updater is no longer UnwindSafe, in /tmp/.tmpHhyNK9/AppImageUpdate/src/updater.rs:47
  type Updater is no longer UnwindSafe, in /tmp/.tmpHhyNK9/AppImageUpdate/src/updater.rs:47

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.46.0/src/lints/inherent_method_missing.ron

Failed in:
  Updater::source_size, previously in file /tmp/.tmp8V9mPc/appimageupdate/src/updater.rs:144
  Updater::output_path, previously in file /tmp/.tmp8V9mPc/appimageupdate/src/updater.rs:292
  Updater::progress, previously in file /tmp/.tmp8V9mPc/appimageupdate/src/updater.rs:297
  Updater::source_size, previously in file /tmp/.tmp8V9mPc/appimageupdate/src/updater.rs:144
  Updater::output_path, previously in file /tmp/.tmp8V9mPc/appimageupdate/src/updater.rs:292
  Updater::progress, previously in file /tmp/.tmp8V9mPc/appimageupdate/src/updater.rs:297
Changelog

0.3.0 - 2026-03-27

⛰️ Features

  • Parallel AppImage updates with progress bars - (9d0da26)

📚 Documentation


This PR was generated with release-plz.

@QaidVoid QaidVoid changed the title chore: release v0.2.2 chore: release v0.3.0 Mar 27, 2026
@QaidVoid QaidVoid force-pushed the release-plz-2026-03-25T17-46-31Z branch from f5e3339 to 16c26c1 Compare March 27, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant