Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 19, 2025

πŸ€– New release

  • dcl_data_structures: 0.7.0 -> 0.8.0 (⚠ API breaking changes)
  • deep_causality_macros: 0.4.10 -> 0.4.11
  • ultragraph: 0.5.4 -> 0.5.5 (βœ“ API compatible changes)
  • deep_causality: 0.7.3 -> 0.7.4 (βœ“ API compatible changes)

⚠ dcl_data_structures breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function 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.40.0/src/lints/function_missing.ron

Failed in:
  function dcl_data_structures::ring_buffer::utils::min_cursor_sequence, previously in file /tmp/.tmpWrDhPe/dcl_data_structures/src/ring_buffer/utils/cursor_sequence.rs:7
  function dcl_data_structures::ring_buffer::prelude::min_cursor_sequence, previously in file /tmp/.tmpWrDhPe/dcl_data_structures/src/ring_buffer/utils/cursor_sequence.rs:7

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/module_missing.ron

Failed in:
  mod dcl_data_structures::ring_buffer::sequence::atomic_sequence, previously in file /tmp/.tmpWrDhPe/dcl_data_structures/src/ring_buffer/sequence/atomic_sequence.rs:4

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

Failed in:
  struct dcl_data_structures::ring_buffer::sequence::atomic_sequence::AtomicSequence, previously in file /tmp/.tmpWrDhPe/dcl_data_structures/src/ring_buffer/sequence/atomic_sequence.rs:80
  struct dcl_data_structures::ring_buffer::prelude::AtomicSequence, previously in file /tmp/.tmpWrDhPe/dcl_data_structures/src/ring_buffer/sequence/atomic_sequence.rs:80
Changelog

dcl_data_structures

0.8.0 - 2025-04-03

Other

  • Applied a ton of lints.
  • Fixed tests, benchmarks, and fixed some lints
  • Bump rand from 0.8.5 to 0.9.0
  • Code formatting and linting
  • Added or updated tests for all atomic sequence implementations.
  • Code formatting
  • Fixed tests and benches
  • made get_min_cursor_sequence generic
  • made get_min_cursor_sequence generic
  • Added Atomic sequence trait
  • Added uniform batch sizes to all ring_buffer benchmarks

deep_causality_macros

0.4.11 - 2025-04-03

Other

  • Applied a ton of lints.

ultragraph

0.5.5 - 2025-04-03

Other

  • Fixed tests, benchmarks, and fixed some lints
  • Bump rand from 0.8.5 to 0.9.0
  • Bump petgraph from 0.6.6 to 0.7.0

deep_causality

0.7.4 - 2025-04-03

Other

  • Applied a ton of lints.
  • Fixed tests, benchmarks, and fixed some lints


This PR was generated with release-plz.

@github-actions github-actions bot requested a review from marvin-hansen as a code owner March 19, 2025 03:17
@github-actions github-actions bot force-pushed the release-plz-2025-03-19T03-16-54Z branch from 46d0afb to 895a2a3 Compare April 3, 2025 05:42
@github-actions github-actions bot closed this Apr 3, 2025
@marvin-hansen marvin-hansen deleted the release-plz-2025-03-19T03-16-54Z branch April 8, 2025 12:30
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