Skip to content

chore: release v0.2.0#4

Merged
ArthurBrussee merged 3 commits intomainfrom
release-plz-2025-08-13T10-18-13Z
Aug 13, 2025
Merged

chore: release v0.2.0#4
ArthurBrussee merged 3 commits intomainfrom
release-plz-2025-08-13T10-18-13Z

Conversation

@ArthurBrussee
Copy link
Copy Markdown
Owner

🤖 New release

  • serde-ply: 0.1.1 -> 0.2.0 (⚠ API breaking changes)

serde-ply breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/function_parameter_count_changed.ron

Failed in:
  serde_ply::to_bytes now takes 2 parameters instead of 3, in C:\Users\A-Bru\AppData\Local\Temp\.tmp3QXys9\serde_ply\src\ser\mod.rs:80
  serde_ply::to_writer now takes 3 parameters instead of 4, in C:\Users\A-Bru\AppData\Local\Temp\.tmp3QXys9\serde_ply\src\ser\mod.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.43.0/src/lints/inherent_method_missing.ron

Failed in:
  ScalarType::parse, previously in file C:\Users\A-Bru\AppData\Local\Temp\.tmpICd7Kp\serde-ply\src\lib.rs:49

--- 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.43.0/src/lints/struct_missing.ron

Failed in:
  struct serde_ply::ChunkPlyFile, previously in file C:\Users\A-Bru\AppData\Local\Temp\.tmpICd7Kp\serde-ply\src\de\chunked.rs:15
  struct serde_ply::PlyFileDeserializer, previously in file C:\Users\A-Bru\AppData\Local\Temp\.tmpICd7Kp\serde-ply\src\de\ply_file.rs:13
  struct serde_ply::ListCountU8, previously in file C:\Users\A-Bru\AppData\Local\Temp\.tmpICd7Kp\serde-ply\src\lib.rs:319

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field 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.43.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field version of struct PlyHeader, previously in file C:\Users\A-Bru\AppData\Local\Temp\.tmpICd7Kp\serde-ply\src\lib.rs:127

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

Failed in:
  trait serde_ply::ListCountType, previously in file C:\Users\A-Bru\AppData\Local\Temp\.tmpICd7Kp\serde-ply\src\lib.rs:330
Changelog

0.2.0 - 2025-08-13

Added

  • Improve API & documentation
  • improve documentation

Other

  • More docs improvments
  • Serialize with "SerializeOptions"


This PR was generated with release-plz.

@ArthurBrussee ArthurBrussee merged commit 1bbfa66 into main Aug 13, 2025
3 checks passed
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