Skip to content

Commit b50214b

Browse files
chore: release
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7f03e30 commit b50214b

File tree

8 files changed

+29
-8
lines changed

8 files changed

+29
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ resolver = "2"
44

55
[workspace.dependencies]
66
# Local dependencies
7-
cova-algebra = { path = "cova-algebra", version = "=0.1.2" }
8-
cova-space = { path = "cova-space", version = "=0.2.0" }
7+
cova-algebra = { path = "cova-algebra", version = "=0.1.3" }
8+
cova-space = { path = "cova-space", version = "=0.2.1" }
99

1010
# External dependencies
1111
itertools = { version = "0.14", default-features = false }

cova-algebra/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.3](https://github.com/harnesslabs/cova/compare/cova-algebra-v0.1.2...cova-algebra-v0.1.3) - 2025-05-28
10+
11+
### Fixed
12+
- LaTeX in docs ([#76](https://github.com/harnesslabs/cova/pull/76))
13+
14+
### Other
15+
- *(`algebra`)* matrix implementation ([#80](https://github.com/harnesslabs/cova/pull/80))
16+
917
## [0.1.2](https://github.com/harnesslabs/cova/compare/cova-algebra-v0.1.1...cova-algebra-v0.1.2) - 2025-05-24
1018

1119
### Fixed

cova-algebra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["mathematics", "algebra"]
88
license = "AGPL-3.0"
99
readme = "README.md"
1010
repository = "https://github.com/harnesslabs/cova"
11-
version = "0.1.2"
11+
version = "0.1.3"
1212

1313
[dependencies]
1414
num-traits = { workspace = true }

cova-space/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.1](https://github.com/harnesslabs/cova/compare/cova-space-v0.2.0...cova-space-v0.2.1) - 2025-05-28
10+
11+
### Fixed
12+
- LaTeX in docs ([#76](https://github.com/harnesslabs/cova/pull/76))
13+
14+
### Other
15+
- *(`algebra`)* matrix implementation ([#80](https://github.com/harnesslabs/cova/pull/80))
16+
917
## [0.1.2](https://github.com/harnesslabs/cova/compare/cova-space-v0.1.1...cova-space-v0.1.2) - 2025-05-24
1018

1119
### Fixed

cova-space/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["mathematics", "topology", "geometry"]
88
license = "AGPL-3.0"
99
readme = "README.md"
1010
repository = "https://github.com/harnesslabs/cova"
11-
version = "0.2.0"
11+
version = "0.2.1"
1212

1313
[dependencies]
1414
# Local

cova/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.4](https://github.com/harnesslabs/cova/compare/cova-v0.1.3...cova-v0.1.4) - 2025-05-28
10+
11+
### Fixed
12+
- LaTeX in docs ([#76](https://github.com/harnesslabs/cova/pull/76))
13+
914
## [0.1.3](https://github.com/harnesslabs/cova/compare/cova-v0.1.2...cova-v0.1.3) - 2025-05-25
1015

1116
### Other

cova/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["mathematics", "topology", "geometry"]
88
license = "AGPL-3.0"
99
readme = "README.md"
1010
repository = "https://github.com/harnesslabs/cova"
11-
version = "0.1.3"
11+
version = "0.1.4"
1212

1313
[dependencies]
1414
cova-algebra = { workspace = true }

0 commit comments

Comments
 (0)