Skip to content

Commit ba514f3

Browse files
lox-release-plz[bot]helgee
authored andcommitted
chore: release
1 parent 4d5ad13 commit ba514f3

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.7" }
1717
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.3" }
1818
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.4" }
1919
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.4" }
20-
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.12" }
21-
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.18" }
20+
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.13" }
21+
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.19" }
2222
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.5" }
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.13](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.12...lox-orbits-v0.1.0-alpha.13) - 2025-02-12
10+
11+
### Fixed
12+
13+
- *(lox-orbits)* expose methods for PyElevationMask
14+
915
## [0.1.0-alpha.12](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.11...lox-orbits-v0.1.0-alpha.12) - 2025-02-12
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.12"
4+
version = "0.1.0-alpha.13"
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.19](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.18...lox-space-v0.1.0-alpha.19) - 2025-02-12
10+
11+
### Fixed
12+
13+
- *(lox-orbits)* expose methods for PyElevationMask
14+
915
## [0.1.0-alpha.18](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.17...lox-space-v0.1.0-alpha.18) - 2025-02-12
1016

1117
### Added

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.18"
4+
version = "0.1.0-alpha.19"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)