Skip to content

chore(sofar): release v0.3.0#6

Merged
andreiltd merged 1 commit intomainfrom
release-plz-2026-03-13T17-26-34Z
Mar 14, 2026
Merged

chore(sofar): release v0.3.0#6
andreiltd merged 1 commit intomainfrom
release-plz-2026-03-13T17-26-34Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 13, 2026

🤖 New release

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

sofar breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum Error in /tmp/.tmpxiXUDF/sofar/src/reader.rs:55

--- 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.46.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::InternalError, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:21
  variant Error::UnsupportedFormat, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:25
  variant Error::InvalidAttributes, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:27
  variant Error::InvalidDimensions, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:29
  variant Error::InvalidDimensionList, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:31
  variant Error::InvalidCoordinateType, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:33
  variant Error::InvalidReceiverPositions, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:35
  variant Error::OnlyEmitterWithEciSupported, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:37
  variant Error::OnlyDelaysWithIrOrMrSupported, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:39
  variant Error::OnlySourcesWithMcSupported, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:41
  variant Error::OnlyTheSameSamplingRateSupported, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:43

--- 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:
  OpenOptions::cached, previously in file /tmp/.tmpYKLAus/sofar/src/reader.rs:119
Changelog

0.3.0 - 2026-03-14

Added

  • [breaking] rewrite libmysofa in Rust (#5)

Other

  • add sofa compatibility integration tests (#7)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2026-03-13T17-26-34Z branch from 3412ff4 to ee0a89f Compare March 14, 2026 12:07
@andreiltd andreiltd merged commit a5db6c0 into main Mar 14, 2026
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