Skip to content

Commit a75dcec

Browse files
committed
chore: bump lox-space version to test Python release flow
1 parent 7993ba9 commit a75dcec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4" }
21-
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.7" }
21+
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.8" }
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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
9+
## [0.1.0-alpha.8](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.6...lox-space-v0.1.0-alpha.8) - 2024-11-15
1010

1111
### Fixed
1212

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

0 commit comments

Comments
 (0)