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.12.0 #295

Merged
merged 1 commit into from
Jan 8, 2025
Merged

chore: release v0.12.0 #295

merged 1 commit into from
Jan 8, 2025

Conversation

narrow-app[bot]
Copy link
Contributor

@narrow-app narrow-app bot commented Dec 9, 2024

🤖 New release

  • narrow-derive: 0.11.5 -> 0.12.0
  • narrow: 0.11.5 -> 0.12.0 (⚠️ API breaking changes)

⚠️ narrow breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct 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.37.0/src/lints/struct_missing.ron

Failed in:
  struct narrow::offset::Offset, previously in file /tmp/.tmpSzKRDG/narrow/src/offset.rs:180

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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.37.0/src/lints/trait_missing.ron

Failed in:
  trait narrow::offset::OffsetElement, previously in file /tmp/.tmpSzKRDG/narrow/src/offset.rs:21
  trait narrow::arrow::OffsetElement, previously in file /tmp/.tmpSzKRDG/narrow/src/arrow/mod.rs:25
Changelog

narrow

0.12.0 - 2025-01-08

Added

Fixed

Other


This PR was generated with release-plz.

@narrow-app narrow-app bot force-pushed the release-plz-2024-12-09T15-17-28Z branch 4 times, most recently from 9c29ad4 to 8ac1d53 Compare December 9, 2024 21:22
@narrow-app narrow-app bot force-pushed the release-plz-2024-12-09T15-17-28Z branch 5 times, most recently from 87598a6 to 3f99b88 Compare December 27, 2024 22:19
@narrow-app narrow-app bot force-pushed the release-plz-2024-12-09T15-17-28Z branch 3 times, most recently from 87ed5f3 to a19d6c9 Compare January 6, 2025 16:22
@narrow-app narrow-app bot force-pushed the release-plz-2024-12-09T15-17-28Z branch from a19d6c9 to c016851 Compare January 8, 2025 10:16
@mbrobbel mbrobbel enabled auto-merge (squash) January 8, 2025 10:18
@mbrobbel mbrobbel merged commit eb02a0e into main Jan 8, 2025
23 checks passed
@mbrobbel mbrobbel deleted the release-plz-2024-12-09T15-17-28Z branch January 8, 2025 10:21
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