Skip to content

chore: release v0.2.0#234

Closed
github-actions[bot] wants to merge 2 commits into
masterfrom
release-plz-2026-06-03T16-24-18Z
Closed

chore: release v0.2.0#234
github-actions[bot] wants to merge 2 commits into
masterfrom
release-plz-2026-06-03T16-24-18Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🤖 New release

  • ens-normalize-rs: 0.1.1 -> 0.2.0 (⚠ API breaking changes)

ens-normalize-rs 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.47.0/src/lints/enum_missing.ron

Failed in:
  enum ens_normalize_rs::ParsedWholeValue, previously in file /tmp/.tmpmqKl4h/ens-normalize-rs/src/code_points/types.rs:44

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

Failed in:
  struct ens_normalize_rs::ParsedGroup, previously in file /tmp/.tmpmqKl4h/ens-normalize-rs/src/code_points/types.rs:7
  struct ens_normalize_rs::ParsedWholeObject, previously in file /tmp/.tmpmqKl4h/ens-normalize-rs/src/code_points/types.rs:61
  struct ens_normalize_rs::CodePointsSpecs, previously in file /tmp/.tmpmqKl4h/ens-normalize-rs/src/code_points/specs.rs:14
Changelog

0.2.0 - 2026-06-03

Added

  • update code for unicode 17.0.0 (#233)

Fixed

  • fix
  • fix creds?
  • fix force flag

Other

  • update examples
  • release-plz
  • remove useless files and fix unicode-updater
  • Update Unicode normalization files
  • Update Unicode normalization files
  • coderabbit fixes
  • fmt + clippy
  • add cicd
  • cargo doc


This PR was generated with release-plz.

@github-actions github-actions Bot closed this Jun 3, 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