Skip to content

Commit

Permalink
chore: bump lox-space version to test Python release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Nov 15, 2024
1 parent 7993ba9 commit a75dcec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.1" }
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.1" }
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.2" }
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.4" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.7" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.8" }
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.1" }

csv = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-space/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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
## [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

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion crates/lox-space/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-space"
description = "The Lox toolbox for space mission analysis and design"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit a75dcec

Please sign in to comment.