Skip to content

chore: release#95

Merged
Vaiz merged 3 commits into
mainfrom
release-plz-2025-06-27T17-47-37Z
Jun 29, 2025
Merged

chore: release#95
Vaiz merged 3 commits into
mainfrom
release-plz-2025-06-27T17-47-37Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 27, 2025

Copy link
Copy Markdown
Contributor

🤖 New release

  • nfs3_macros: 0.3.4 -> 0.4.0
  • nfs3_types: 0.3.4 -> 0.4.0 (⚠ API breaking changes)
  • nfs3_server: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • cargo-nfs3-server: 0.1.0-alpha.2 -> 0.1.0-alpha.3
  • nfs3_client: 0.4.2 -> 0.5.0 (✓ API compatible changes)

nfs3_types breaking changes

--- 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.41.0/src/lints/trait_missing.ron

Failed in:
  trait nfs3_types::xdr_codec::PackedSize, previously in file /tmp/.tmpwPl0kE/nfs3_types/src/xdr_codec/packed_size.rs:7
Changelog

nfs3_macros

0.4.0 - 2025-06-29

Added

  • [breaking] drop xdr-codec dependency (#98)

nfs3_types

0.4.0 - 2025-06-29

Added

  • add expect and eq methods for Nfs3Result (#101)
  • [breaking] drop xdr-codec dependency (#98)

Other

  • add tests for nfs3_types crate (#100)

nfs3_server

0.7.0 - 2025-06-29

Added

  • [breaking] pass arguments by reference (#99)
  • [breaking] drop xdr-codec dependency (#98)
  • re-export nfs3_types from nfs3_server and nfs3_client crates (#94)

Fixed

  • new clippy issues from recent Rust update (#97)

cargo-nfs3-server

0.1.0-alpha.3 - 2025-06-29

Added

  • re-export nfs3_types from nfs3_server and nfs3_client crates (#94)

Fixed

  • new clippy issues from recent Rust update (#97)

nfs3_client

0.5.0 - 2025-06-29

Added

  • [breaking] pass arguments by reference (#99)
  • [breaking] drop xdr-codec dependency (#98)
  • re-export nfs3_types from nfs3_server and nfs3_client crates (#94)

Fixed

  • new clippy issues from recent Rust update (#97)


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2025-06-27T17-47-37Z branch 4 times, most recently from 0b271b1 to e1cc8bf Compare June 29, 2025 18:05
@github-actions github-actions Bot force-pushed the release-plz-2025-06-27T17-47-37Z branch from e1cc8bf to 8721dde Compare June 29, 2025 20:25
@Vaiz Vaiz merged commit b340354 into main Jun 29, 2025
13 checks passed
@Vaiz Vaiz deleted the release-plz-2025-06-27T17-47-37Z branch June 29, 2025 20:54
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