Skip to content

chore: release v0.5.0 - #66

Merged
sotashimozono merged 2 commits into
mainfrom
release-plz-2026-09-14T09-25-44Z
Sep 14, 2026
Merged

sotashimozono merged 2 commits into
mainfrom
release-plz-2026-09-14T09-25-44Z

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 14, 2026 •

Copy link
Copy Markdown
Contributor

🤖 New release

  • ssh-browser: 0.4.1 -> 0.5.0 (⚠ API breaking changes)

⚠ ssh-browser breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant Target::Direct 1 -> 2 in /tmp/.tmpWgFcyR/ssh-browser/crates/ssh-browser/src/origin/guard.rs:23

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/enum_variant_added.ron

Failed in:
  variant Target:Index in /tmp/.tmpWgFcyR/ssh-browser/crates/ssh-browser/src/origin/guard.rs:21

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  LSTAT in file /tmp/.tmpsZCJ9y/ssh-browser/src/sftp/wire.rs:8
Changelog


This PR was generated with release-plz.

@github-actions github-actions Bot changed the title chore: release v0.4.2 chore: release v0.5.0 Sep 14, 2026
@github-actions
github-actions Bot force-pushed the release-plz-2026-09-14T09-25-44Z branch 3 times, most recently from 2b15b51 to c519796 Compare September 14, 2026 12:40
@github-actions
github-actions Bot force-pushed the release-plz-2026-09-14T09-25-44Z branch from c519796 to 6c898b2 Compare September 14, 2026 13:20
release-plz bumps Cargo.toml and knows nothing about manifest.json, which is
why CI has a job comparing them. The zip attached to the release is what gets
uploaded to the Chrome Web Store, so the two versions disagreeing is not a
tidiness problem: the store rejects an upload whose version it has already seen.

Signed-off-by: souta shimozono <souta.shimozono@gmail.com>
@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sotashimozono
sotashimozono merged commit 0c9946c into main Sep 14, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant