Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 12, 2025

🤖 New release

  • deep_causality_macros: 0.8.1 -> 0.8.2
  • ultragraph: 0.8.2 -> 0.8.3 (✓ API compatible changes)
  • deep_causality: 0.8.2 -> 0.9.0 (⚠ API breaking changes)

deep_causality breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/method_parameter_count_changed.ron

Failed in:
  deep_causality::CSM::new now takes 2 parameters instead of 1, in /tmp/.tmpvTNnil/deep_causality/deep_causality/src/types/csm_types/csm/mod.rs:74

--- 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.43.0/src/lints/module_missing.ron

Failed in:
  mod deep_causality::alias_base, previously in file /tmp/.tmp08oeu6/deep_causality/src/types/alias_types/alias_base.rs:7
  mod deep_causality::alias_uniform, previously in file /tmp/.tmp08oeu6/deep_causality/src/types/alias_types/alias_uniform.rs:5
  mod deep_causality::alias_primitives, previously in file /tmp/.tmp08oeu6/deep_causality/src/types/alias_types/alias_primitives.rs:6
  mod deep_causality::alias_function, previously in file /tmp/.tmp08oeu6/deep_causality/src/types/alias_types/alias_function.rs:5
  mod deep_causality::alias_lock, previously in file /tmp/.tmp08oeu6/deep_causality/src/types/alias_types/alias_lock.rs:6

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

Failed in:
  struct deep_causality::types::csm_types::CSM, previously in file /tmp/.tmp08oeu6/deep_causality/src/types/csm_types/mod.rs:61
Changelog

deep_causality_macros

0.8.2 - 2025-08-27

Other

  • update Cargo.toml dependencies

ultragraph

0.8.3 - 2025-08-27

Added

  • (ultragraph) Added debug impl to UltraGraph

Fixed

  • (ultragraph) fixed failing test.

Other

  • (deep_causality) Improved test coverage

deep_causality

0.9.0 - 2025-08-27

Added

  • (deep_causality) Added new example for Effect Ethos with CSM.
  • (deep_causality) Integrated Effect Ethos with CSM
  • (deep_causality) Added explanation of the verdict to the effect ethos.
  • (deep_causality) Implement core Telos framework for deontic inference

Fixed

  • (deep_causality) fixed mapping maintained by EffectEthos
  • (deep_causality) fixed incorrect test.

Other

  • (deep_causality) updated TagIndex to use a HashSet to prevent duplicate tags.
  • (deep_causality) promoted CSM modules from files into directories.
  • (deep_causality) Improved test coverage
  • (deep_causality) Improved test coverage
  • (deep_causality) Improved test coverage
  • (deep_causality) Decluttered tests for EffectEthos
  • (deep_causality) Improved test coverage
  • Updated Bazel config.
  • Updated Docstring.
  • Formats and lints.
  • (deep_causality) Added more tests to test new EffectEthos.
  • Updated Effect Ethos type and added a new high level API
  • (deep_causality) Added tests for new effect ethos and teloid types.
  • Reworked Teloid, TeloidStore, and ProposedAction types
  • Implemented ActionParameterValue and ProposedAction type
  • Removed duplicate copyright note
  • Added TeloidStore
  • Added telos types tag_index and teloid_modal. Added unit tests. Updated primitive aliases. Updated Bazel test config.


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-08-12T09-43-36Z branch 5 times, most recently from 6b68436 to cad6a3f Compare August 19, 2025 07:45
@github-actions github-actions bot force-pushed the release-plz-2025-08-12T09-43-36Z branch 2 times, most recently from 6525c3d to 448ef0b Compare August 26, 2025 08:27
@github-actions github-actions bot force-pushed the release-plz-2025-08-12T09-43-36Z branch from 448ef0b to 29ec037 Compare August 27, 2025 05:51
@marvin-hansen marvin-hansen merged commit 4906f75 into main Aug 27, 2025
2 checks passed
@marvin-hansen marvin-hansen deleted the release-plz-2025-08-12T09-43-36Z branch August 28, 2025 04:47
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