Skip to content

chore: release #201

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 3, 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/.tmpoqg9be/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/.tmpoqg9be/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/.tmpoqg9be/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/.tmpoqg9be/dcl_data_structures/src/ring_buffer/sequence/atomic_sequence.rs:80
  struct dcl_data_structures::ring_buffer::prelude::AtomicSequence, previously in file /tmp/.tmpoqg9be/dcl_data_structures/src/ring_buffer/sequence/atomic_sequence.rs:80
Changelog

dcl_data_structures

0.8.0 - 2025-04-29

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

Other

  • Applied a ton of lints.

ultragraph

0.5.5 - 2025-04-29

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

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 github-actions bot requested a review from marvin-hansen as a code owner April 3, 2025 05:42
@github-actions github-actions bot force-pushed the release-plz-2025-04-03T05-42-30Z branch 2 times, most recently from 761b4f0 to 22a9669 Compare April 28, 2025 07:18
@github-actions github-actions bot force-pushed the release-plz-2025-04-03T05-42-30Z branch from 22a9669 to 740486c Compare April 29, 2025 09:53
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