Skip to content

chore: release#160

Merged
Vaiz merged 2 commits into
mainfrom
release-plz-2026-05-02T09-44-33Z
May 24, 2026
Merged

chore: release#160
Vaiz merged 2 commits into
mainfrom
release-plz-2026-05-02T09-44-33Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 2, 2026

🤖 New release

  • nfs3_types: 0.5.1 -> 0.5.2 (✓ API compatible changes)
  • nfs3_client: 0.8.0 -> 0.9.0 (⚠ API breaking changes)

nfs3_client breaking changes

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum nfs3_client::error::Error, previously in file /tmp/.tmpVJQG5u/nfs3_client/src/error.rs:9
  enum nfs3_client::error::PortmapError, previously in file /tmp/.tmpVJQG5u/nfs3_client/src/error.rs:117
  enum nfs3_client::error::RpcError, previously in file /tmp/.tmpVJQG5u/nfs3_client/src/error.rs:58

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  nfs3_client::PortmapperClient::getport now takes 3 parameters instead of 2, in /tmp/.tmpsW3HzZ/nfs3/crates/nfs3_client/src/portmapper.rs:38

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        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/module_missing.ron

Failed in:
  mod nfs3_client::error, previously in file /tmp/.tmpVJQG5u/nfs3_client/src/error.rs:1
Changelog

nfs3_types

0.6.0 - 2026-05-02

Added

  • (nfs3_client) [breaking] split error type into more specific errors (#159)

nfs3_client

0.9.0 - 2026-05-02

Added

  • (nfs3_client) add is_connection_reusable method to error types (#162)
  • (nfs3_client) [breaking] add prot param to PortmapperClient::getport (#161)
  • (nfs3_client) [breaking] split error type into more specific errors (#159)

nfs3_server

0.11.1 - 2026-05-02

Other

  • updated the following local packages: nfs3_types

cargo-nfs3-server

0.2.3 - 2026-05-02

Other

  • updated the following local packages: nfs3_server


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2026-05-02T09-44-33Z branch from ccfab32 to d6d8a10 Compare May 2, 2026 10:15
@github-actions github-actions Bot force-pushed the release-plz-2026-05-02T09-44-33Z branch from d6d8a10 to 58c499e Compare May 2, 2026 12:32
@Vaiz Vaiz merged commit b29b79b into main May 24, 2026
11 checks passed
@Vaiz Vaiz deleted the release-plz-2026-05-02T09-44-33Z branch May 24, 2026 14:25
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