Skip to content

Commit f32d1ac

Browse files
lox-release-plz[bot]helgee
authored andcommitted
chore: release
1 parent 2f0fd61 commit f32d1ac

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.2" }
21-
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.3" }
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.4" }
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.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
10+
11+
### Added
12+
13+
- implement elevation masks for ground locations
14+
915
## [0.1.0-alpha.2](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.1...lox-orbits-v0.1.0-alpha.2) - 2024-11-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.2"
4+
version = "0.1.0-alpha.3"
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.4](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.3...lox-space-v0.1.0-alpha.4) - 2024-11-14
10+
11+
### Other
12+
13+
- updated the following local packages: lox-orbits
14+
915
## [0.1.0-alpha.3](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.2...lox-space-v0.1.0-alpha.3) - 2024-11-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.3"
4+
version = "0.1.0-alpha.4"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)