Skip to content

Commit 2cd0653

Browse files
committed
chore: bump lox-space version
1 parent d5f3c9d commit 2cd0653

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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" }
2020
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.3" }
21-
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.5" }
21+
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.6" }
2222
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.1" }
2323

2424
csv = "1.3.0"

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.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
10+
11+
### Fixed
12+
13+
- fix Python CI workflows
14+
15+
## [0.1.0-alpha.5](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.4...lox-space-v0.1.0-alpha.5) - 2024-11-14
16+
17+
### Fixed
18+
19+
- fix Python typings
20+
921
## [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
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.5"
4+
version = "0.1.0-alpha.6"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)