Skip to content

Commit 99e3ac9

Browse files
lox-release-plz[bot]helgee
authored andcommitted
chore: release
1 parent c411c78 commit 99e3ac9

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -17,8 +17,8 @@ lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.1" }
1717
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.1" }
1818
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.1" }
1919
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.2" }
20-
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.3" }
21-
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.6" }
20+
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.4" }
21+
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.7" }
2222
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.1" }
2323

2424
csv = "1.3.0"

crates/lox-orbits/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.0-alpha.4](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.3...lox-orbits-v0.1.0-alpha.4) - 2024-11-15
10+
11+
### Fixed
12+
13+
- add pickle support for `ElevationMask`
14+
915
## [0.1.0-alpha.3](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.2...lox-orbits-v0.1.0-alpha.3) - 2024-11-14
1016

1117
### Added

crates/lox-orbits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lox-orbits"
33
description = "Spacecraft orbit modelling tools for the Lox ecosystem"
4-
version = "0.1.0-alpha.3"
4+
version = "0.1.0-alpha.4"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/lox-space/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.0-alpha.7](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.6...lox-space-v0.1.0-alpha.7) - 2024-11-15
10+
11+
### Fixed
12+
13+
- add pickle support for `ElevationMask`
14+
915
## [0.1.0-alpha.6](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.5...lox-space-v0.1.0-alpha.6) - 2024-11-14
1016

1117
### Fixed

crates/lox-space/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lox-space"
33
description = "The Lox toolbox for space mission analysis and design"
4-
version = "0.1.0-alpha.6"
4+
version = "0.1.0-alpha.7"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)