Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #29

Merged
merged 1 commit into from
Nov 17, 2024
Merged

chore: release #29

merged 1 commit into from
Nov 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 16, 2024

🤖 New release

  • actuate-core: 0.3.0 -> 0.4.0 (⚠️ API breaking changes)
  • actuate-winit: 0.1.4 -> 0.1.5 (✓ API compatible changes)

⚠️ actuate-core breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Ref is no longer Send, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:196
  type Ref is no longer Sync, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:196
  type Ref is no longer UnwindSafe, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:196
  type Ref is no longer RefUnwindSafe, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:196
  type Ref is no longer Send, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:196
  type Ref is no longer Sync, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:196
  type Ref is no longer UnwindSafe, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:196
  type Ref is no longer RefUnwindSafe, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:196
  type RefMap is no longer UnwindSafe, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:75
  type RefMap is no longer RefUnwindSafe, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:75
  type Cow is no longer UnwindSafe, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:28
  type Cow is no longer RefUnwindSafe, in /tmp/.tmpPGGOrd/actuate/crates/actuate-core/src/lib.rs:28

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

Failed in:
  struct actuate_core::ScopeState, previously in file /tmp/.tmpXfffhg/actuate-core/src/lib.rs:364
Changelog

actuate-core

0.4.0 - 2024-11-17

Other

  • Reorganize actuate crate structure (#42)
  • Remove layout node on drop in Canvas and add list example
  • Merge branch 'main' of https://github.com/actuate-rs/actuate into vec
  • Fix Compose impl for Option (#40)
  • Mark Any_compose::any_compose as unsafe
  • Make ScopeState invariant (#37)
  • Clean up tracing
  • Make Update FnOnce (#31)
  • Make Mut only have one pointer (#32)
  • Impl Memoize for Ref
  • Update Memo to use Memoized trait

actuate-winit

0.1.5 - 2024-11-17

Other

  • Fix Compose impl for Option (#40)
  • Batch updates with a separate thread (#36)
  • Make Update FnOnce (#31)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-11-16T03-20-58Z branch 13 times, most recently from 7160c8f to ae87c54 Compare November 16, 2024 23:52
@github-actions github-actions bot force-pushed the release-plz-2024-11-16T03-20-58Z branch from ae87c54 to 7d5a517 Compare November 17, 2024 00:59
@matthunz matthunz merged commit 347f724 into main Nov 17, 2024
@matthunz matthunz deleted the release-plz-2024-11-16T03-20-58Z branch December 2, 2024 23:06
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