Skip to content

Commit 2a7c3a0

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

File tree

9 files changed

+50
-8
lines changed

9 files changed

+50
-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,9 +4,9 @@ resolver = "2"
44

55
[workspace.dependencies]
66
# Local dependencies
7-
cova-algebra = { path = "cova-algebra", version = "=0.1.2" }
7+
cova-algebra = { path = "cova-algebra", version = "=0.1.3" }
88
cova-solver = { path = "cova-solver", version = "=0.1.0" }
9-
cova-space = { path = "cova-space", version = "=0.2.0" }
9+
cova-space = { path = "cova-space", version = "=0.2.1" }
1010

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

cova-algebra/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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-06-16
10+
11+
### Added
12+
- `cova-solver` + `nalgebra` backend ([#84](https://github.com/harnesslabs/cova/pull/84))
13+
14+
### Fixed
15+
- LaTeX in docs ([#76](https://github.com/harnesslabs/cova/pull/76))
16+
17+
### Other
18+
- *(`algebra`)* matrix implementation ([#80](https://github.com/harnesslabs/cova/pull/80))
19+
920
## [0.1.2](https://github.com/harnesslabs/cova/compare/cova-algebra-v0.1.1...cova-algebra-v0.1.2) - 2025-05-24
1021

1122
### 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
nalgebra = { workspace = true, features = ["std"] }

cova-solver/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.0](https://github.com/harnesslabs/cova/releases/tag/cova-solver-v0.1.0) - 2025-06-16
10+
11+
### Added
12+
- `cova-solver` + `nalgebra` backend ([#84](https://github.com/harnesslabs/cova/pull/84))

cova-space/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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-06-16
10+
11+
### Added
12+
- `cova-solver` + `nalgebra` backend ([#84](https://github.com/harnesslabs/cova/pull/84))
13+
14+
### Fixed
15+
- LaTeX in docs ([#76](https://github.com/harnesslabs/cova/pull/76))
16+
17+
### Other
18+
- *(`algebra`)* matrix implementation ([#80](https://github.com/harnesslabs/cova/pull/80))
19+
920
## [0.1.2](https://github.com/harnesslabs/cova/compare/cova-space-v0.1.1...cova-space-v0.1.2) - 2025-05-24
1021

1122
### 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: 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.4](https://github.com/harnesslabs/cova/compare/cova-v0.1.3...cova-v0.1.4) - 2025-06-16
10+
11+
### Added
12+
- `cova-solver` + `nalgebra` backend ([#84](https://github.com/harnesslabs/cova/pull/84))
13+
14+
### Fixed
15+
- LaTeX in docs ([#76](https://github.com/harnesslabs/cova/pull/76))
16+
917
## [0.1.3](https://github.com/harnesslabs/cova/compare/cova-v0.1.2...cova-v0.1.3) - 2025-05-25
1018

1119
### 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)