deep_causality icon indicating copy to clipboard operation
deep_causality copied to clipboard

chore: release

Open github-actions[bot] opened this issue 8 months ago • 0 comments

🤖 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/.tmpwlBOYo/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/.tmpwlBOYo/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/.tmpwlBOYo/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/.tmpwlBOYo/dcl_data_structures/src/ring_buffer/sequence/atomic_sequence.rs:80
  struct dcl_data_structures::ring_buffer::prelude::AtomicSequence, previously in file /tmp/.tmpwlBOYo/dcl_data_structures/src/ring_buffer/sequence/atomic_sequence.rs:80
Changelog

dcl_data_structures

0.8.0 - 2025-04-28

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.
  • Merge branch 'deepcausality-rs:main' into main
  • 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-28

Other

  • Applied a ton of lints.

ultragraph

0.5.5 - 2025-04-28

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-28

Other

  • Bump parquet from 54.2.1 to 54.3.1
  • Applied a ton of lints.
  • Fixed tests, benchmarks, and fixed some lints

This PR was generated with release-plz.

github-actions[bot] avatar Apr 03 '25 05:04 github-actions[bot]