Skip to content

Commit 44ce38d

Browse files
lox-release-plz[bot]helgee
authored andcommitted
chore(lox-space): release v0.1.0-alpha.24
1 parent 7f6b65f commit 44ce38d

File tree

7 files changed

+26
-7
lines changed

7 files changed

+26
-7
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
@@ -18,8 +18,8 @@ lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.6" }
1818
lox-frames = { path = "crates/lox-frames", version = "0.1.0-alpha.1" }
1919
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.7" }
2020
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.7" }
21-
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.17" }
22-
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.23" }
21+
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.18" }
22+
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.24" }
2323
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.8" }
2424

2525
csv = "1.3.0"

crates/lox-frames/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ pyo3 = { workspace = true, features = ["auto-initialize"] }
2525
rstest.workspace = true
2626

2727
[features]
28-
python = ["dep:pyo3", "dep:numpy", "lox-bodies/python", "lox-time/python"]
28+
python = ["dep:pyo3", "dep:numpy", "lox-bodies/python", "lox-time/python"]

crates/lox-orbits/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.0-alpha.18](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.17...lox-orbits-v0.1.0-alpha.18) - 2025-07-18
10+
11+
### Other
12+
13+
- fix formatting
14+
- add lox-frames crate
15+
916
## [0.1.0-alpha.17](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.16...lox-orbits-v0.1.0-alpha.17) - 2025-07-01
1017

1118
### Fixed

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

crates/lox-space/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.0-alpha.24](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.23...lox-space-v0.1.0-alpha.24) - 2025-07-18
10+
11+
### Fixed
12+
13+
- fix Python type stubs
14+
15+
### Other
16+
17+
- fix formatting
18+
- add lox-frames crate
19+
- use uv for all the Python things
20+
921
## [0.1.0-alpha.23](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.22...lox-space-v0.1.0-alpha.23) - 2025-07-01
1022

1123
### Other

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

0 commit comments

Comments
 (0)