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.15.0 #487

Closed
wants to merge 1 commit into from

Conversation

SwabbieBosun
Copy link
Collaborator

@SwabbieBosun SwabbieBosun commented Dec 16, 2024

🤖 New release

  • swiftide: 0.14.4 -> 0.15.0 (✓ API compatible changes)
  • swiftide-agents: 0.14.4 -> 0.15.0 (✓ API compatible changes)
  • swiftide-core: 0.14.4 -> 0.15.0 (⚠️ API breaking changes)
  • swiftide-macros: 0.14.4 -> 0.15.0
  • swiftide-integrations: 0.14.4 -> 0.15.0 (✓ API compatible changes)
  • swiftide-indexing: 0.14.4 -> 0.15.0
  • swiftide-query: 0.14.4 -> 0.15.0

⚠️ swiftide-core breaking changes

--- 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.37.0/src/lints/enum_variant_added.ron

Failed in:
  variant CommandError:NonZeroExit in /tmp/.tmptUpHfy/swiftide/swiftide-core/src/agent_traits.rs:29
  variant CommandError:NonZeroExit in /tmp/.tmptUpHfy/swiftide/swiftide-core/src/agent_traits.rs:29

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.37.0/src/lints/enum_variant_missing.ron

Failed in:
  variant CommandError::FailedWithOutput, previously in file /tmp/.tmpjw7IK2/swiftide-core/src/agent_traits.rs:29
  variant CommandError::FailedWithOutput, previously in file /tmp/.tmpjw7IK2/swiftide-core/src/agent_traits.rs:29
Changelog

swiftide

0.15.0 - 2024-12-17

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.14.4...0.15.0

swiftide-agents

0.15.0 - 2024-12-17

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.14.4...0.15.0

swiftide-core

0.15.0 - 2024-12-17

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.14.4...0.15.0

swiftide-macros

0.15.0 - 2024-12-17

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.14.4...0.15.0

swiftide-integrations

0.15.0 - 2024-12-17

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.14.4...0.15.0

swiftide-indexing

0.15.0 - 2024-12-17

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.14.4...0.15.0

swiftide-query

0.15.0 - 2024-12-17

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.14.4...0.15.0


This PR was generated with release-plz.

@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-12-16T13-41-47Z branch 3 times, most recently from cc7e6d1 to dd1635e Compare December 17, 2024 11:56
@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-12-16T13-41-47Z branch from dd1635e to cf4c334 Compare December 17, 2024 12:51
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