Skip to content

Commit 35ec0fc

Browse files
Merge pull request #77 from deepcausality-rs/release-plz/2023-09-10T20-30-02Z
chore: release
2 parents 9370abe + a87ac9c commit 35ec0fc

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.2](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.1...deep_causality-v0.6.2) - 2023-09-19
11+
12+
### Fixed
13+
- fixed failing test.
14+
15+
### Other
16+
- Updated starter example.
17+
- Added starter code example
18+
- Removed unused import
19+
- Added missing error message
20+
- Created new starter example
21+
- Restored macros in causable extension
22+
- Fixed missing test for Identifiable in AdjustableSpace.
23+
- Added error case tests to adjustable space time tests
24+
- Added custom is_empty implementation to test if codecov recolonize it.
25+
- Added more tests for adjustable types.
26+
- Added more tests for adjustable types.
27+
- Added more tests for adjustable types.
28+
- Added more error tests to drive up code coverage.
29+
- Merge remote-tracking branch 'origin/main'
30+
- Trying phylum gh action again.
31+
1032
## [0.6.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.0...deep_causality-v0.6.1) - 2023-09-08
1133

1234
### Other

deep_causality/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
rust-version = "1.65"
66
readme = "../README.md"

deep_causality_macros/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.8](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.4.7...deep_causality_macros-v0.4.8) - 2023-09-19
11+
12+
### Other
13+
- Added custom is_empty implementation to test if codecov recolonize it.
14+
- Restored macro tests
15+
- [no ci]
16+
1017
## [0.4.7](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.4.6...deep_causality_macros-v0.4.7) - 2023-09-06
1118

1219
### Other

deep_causality_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality_macros"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55
rust-version = "1.65"
66
repository = "https://github.com/deepcausality/deep_causality.rs"

0 commit comments

Comments
 (0)