Skip to content

chore: release v0.2.0 - #49

Open
theoparis wants to merge 1 commit into
mainfrom
release-plz-2026-07-22T04-38-21Z
Open

chore: release v0.2.0#49
theoparis wants to merge 1 commit into
mainfrom
release-plz-2026-07-22T04-38-21Z

Conversation

@theoparis

@theoparis theoparis commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

🤖 New release

  • tinted_egui_nodes: 0.1.3 -> 0.2.0 (⚠ API breaking changes)

tinted_egui_nodes 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.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Style.group_corner_rounding in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:247
  field Style.group_padding_horizontal in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:248
  field Style.group_padding_vertical in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:249
  field Style.group_border_thickness in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:250
  field Style.group_title_bar_height in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:251
  field Style.group_resize_handle_size in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:252

--- failure copy_impl_added: type now implements Copy ---

Description:
A public type now implements Copy, causing non-move closures to capture it by reference instead of moving it.
        ref: https://github.com/rust-lang/rust/issues/100905
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/copy_impl_added.ron

Failed in:
  egui_nodes::PinArgs in /tmp/.tmpj95XHG/egui_nodes/src/pin.rs:8
  egui_nodes::LinkArgs in /tmp/.tmpj95XHG/egui_nodes/src/link.rs:7
  egui_nodes::NodeArgs in /tmp/.tmpj95XHG/egui_nodes/src/node.rs:6

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant ColorStyle::Count 16 -> 23 in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:29

--- 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.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant StyleVar:GroupCornerRounding in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:49
  variant StyleVar:GroupPaddingHorizontal in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:50
  variant StyleVar:GroupPaddingVertical in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:51
  variant StyleVar:GroupBorderThickness in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:52
  variant StyleVar:GroupTitleBarHeight in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:53
  variant StyleVar:GroupResizeHandleSize in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:54
  variant ColorStyle:GroupBackground in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:22
  variant ColorStyle:GroupBackgroundHovered in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:23
  variant ColorStyle:GroupBackgroundSelected in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:24
  variant ColorStyle:GroupOutline in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:25
  variant ColorStyle:GroupTitleBar in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:26
  variant ColorStyle:GroupTitleBarHovered in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:27
  variant ColorStyle:GroupTitleBarSelected in /tmp/.tmpj95XHG/egui_nodes/src/style.rs:28

--- 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.48.0/src/lints/method_parameter_count_changed.ron

Failed in:
  egui_nodes::Context::show takes 3 parameters in /tmp/.tmpyjmIX8/tinted_egui_nodes/src/lib.rs:135, but now takes 4 parameters in /tmp/.tmpj95XHG/egui_nodes/src/lib.rs:144
Changelog

0.2.0 - 2026-08-08

Added

  • [breaking] add node groups

Fixed

  • (deps) update egui dependencies to 0.36.0 (#53)

Other

  • (deps) update wild-linker/action action to v0.10.0 (#52)
  • (deps) update actions/checkout digest to 3d3c42e
  • (deps) update release-plz/action digest to 2eb1d8b
  • (deps) update dtolnay/rust-toolchain digest to 4cda84d
  • migrate to educe


This PR was generated with release-plz.

@theoparis
theoparis force-pushed the release-plz-2026-07-22T04-38-21Z branch from a07a72c to 4f68a23 Compare July 22, 2026 04:41
@theoparis
theoparis force-pushed the release-plz-2026-07-22T04-38-21Z branch 2 times, most recently from 10b2266 to 665fccf Compare August 8, 2026 01:44
@theoparis
theoparis force-pushed the release-plz-2026-07-22T04-38-21Z branch from 665fccf to c05ff7e Compare August 8, 2026 05:13
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