Skip to content

chore: release#116

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-08-21T13-47-11Z
Open

chore: release#116
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-08-21T13-47-11Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 21, 2025

🤖 New release

  • xee-name: 0.1.5 -> 0.1.6 (✓ API compatible changes)
  • xee-xpath-lexer: 0.1.4 -> 0.1.5 (✓ API compatible changes)
  • xee-xpath-ast: 0.1.4 -> 0.1.5 (✓ API compatible changes)
  • xee-interpreter: 0.2.0 -> 0.3.0 (⚠ API breaking changes)
  • xee-ir: 0.1.5 -> 0.2.0 (⚠ API breaking changes)
  • xee-xpath: 0.1.5 -> 0.1.6 (✓ API compatible changes)
  • xee-xslt-ast: 0.1.6 -> 0.2.0 (⚠ API breaking changes)
  • xee-xslt-compiler: 0.1.6 -> 0.1.7 (✓ API compatible changes)
  • xee: 0.1.6 -> 0.1.7
  • xee-xpath-load: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • xee-testrunner: 0.1.6 -> 0.1.7 (✓ API compatible changes)
  • xee-xpath-type: 0.1.4 -> 0.1.5
  • xee-xpath-macros: 0.1.4 -> 0.1.5
  • xee-xpath-compiler: 0.1.5 -> 0.1.6

xee-interpreter breaking changes

--- failure enum_unit_variant_changed_kind: An enum unit variant changed kind ---

Description:
A public enum's exhaustive unit variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_unit_variant_changed_kind.ron

Failed in:
  variant Error::Unsupported in /tmp/.tmpv4F9PA/xee/xee-interpreter/src/error.rs:38

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:XTSE3120 in /tmp/.tmpv4F9PA/xee/xee-interpreter/src/error.rs:555
  variant Error:XTSE3125 in /tmp/.tmpv4F9PA/xee/xee-interpreter/src/error.rs:560

xee-ir breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Declarations.serialization_params in /tmp/.tmpv4F9PA/xee/xee-ir/src/ir.rs:379

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant Expr:Iterate in /tmp/.tmpv4F9PA/xee/xee-ir/src/ir.rs:38
  variant Expr:IterateBreak in /tmp/.tmpv4F9PA/xee/xee-ir/src/ir.rs:39
  variant Expr:IterateLetNext in /tmp/.tmpv4F9PA/xee/xee-ir/src/ir.rs:40

xee-xslt-ast breaking changes

--- failure enum_unit_variant_changed_kind: An enum unit variant changed kind ---

Description:
A public enum's exhaustive unit variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_unit_variant_changed_kind.ron

Failed in:
  variant ElementError::Unsupported in /tmp/.tmpv4F9PA/xee/xee-xslt-ast/src/error.rs:49
Changelog

xee-name

0.1.6 - 2026-03-20

Other

  • linter fixes (#115)

xee-xpath-lexer

0.1.5 - 2026-03-20

Other

  • Fix keywords not recognized as NCNames in QNames (#142)
  • add both cargo fmt as well as clippy to build process. (#120)
  • linter fixes (#115)

xee-xpath-ast

0.1.5 - 2026-03-20

Other

  • linter fixes (#115)

xee-interpreter

0.3.0 - 2026-03-20

Other

  • Improve the xee-xpath::Documents docs (#130)
  • Add tracking for various unsupported features and implement xsl:output as the one failing the most tests (#124)
  • Implement support for xsl:iterate (#122)
  • add both cargo fmt as well as clippy to build process. (#120)
  • linter fixes (#115)

xee-ir

0.2.0 - 2026-03-20

Other

  • Add tracking for various unsupported features and implement xsl:output as the one failing the most tests (#124)
  • Implement support for xsl:iterate (#122)
  • linter fixes (#115)

xee-xpath

0.1.6 - 2026-03-20

Other

  • Fix keywords not recognized as NCNames in QNames (#142)
  • Improve the xee-xpath::Documents docs (#130)
  • linter fixes (#115)

xee-xslt-ast

0.2.0 - 2026-03-20

Other

  • Low hanging fruits (#125)
  • Add tracking for various unsupported features and implement xsl:output as the one failing the most tests (#124)
  • Implement support for xsl:iterate (#122)
  • linter fixes (#115)

xee-xslt-compiler

0.1.7 - 2026-03-20

Other

  • Low hanging fruits (#125)
  • Add tracking for various unsupported features and implement xsl:output as the one failing the most tests (#124)
  • Implement support for xsl:iterate (#122)

xee

0.1.7 - 2026-03-20

Other

  • add both cargo fmt as well as clippy to build process. (#120)
  • linter fixes (#115)

xee-xpath-load

0.2.1 - 2026-03-20

Other

  • linter fixes (#115)

xee-testrunner

0.1.7 - 2026-03-20

Other

  • Low hanging fruits (#125)
  • Implement support for for XSLT tests (#119)
  • Specify a timezone when running tests instead of taking it from the environment (#118)
  • add both cargo fmt as well as clippy to build process. (#120)
  • linter fixes (#115)

xee-xpath-type

0.1.5 - 2026-03-20

Other

  • updated the following local packages: xee-name

xee-xpath-macros

0.1.5 - 2026-03-20

Other

  • updated the following local packages: xee-xpath-ast

xee-xpath-compiler

0.1.6 - 2026-03-20

Other

  • updated the following local packages: xee-xpath-ast, xee-interpreter, xee-ir


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-08-21T13-47-11Z branch 3 times, most recently from dd2406f to b641ee1 Compare August 30, 2025 12:27
@github-actions github-actions bot force-pushed the release-plz-2025-08-21T13-47-11Z branch from b641ee1 to cdc61af Compare September 18, 2025 10:55
@github-actions github-actions bot force-pushed the release-plz-2025-08-21T13-47-11Z branch from cdc61af to 7f3f199 Compare October 10, 2025 10:04
@github-actions github-actions bot force-pushed the release-plz-2025-08-21T13-47-11Z branch 3 times, most recently from 0b4232d to 6295799 Compare January 5, 2026 15:34
@github-actions github-actions bot force-pushed the release-plz-2025-08-21T13-47-11Z branch from 6295799 to 616907d Compare March 20, 2026 11:30
@github-actions github-actions bot force-pushed the release-plz-2025-08-21T13-47-11Z branch from 616907d to 22ffedd Compare March 20, 2026 11:43
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.

0 participants