Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #177

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ authors = ["Helge Eichhorn and the lox-space contributors"]
repository = "https://github.com/lox-space/lox"

[workspace.dependencies]
lox-bodies = { path = "crates/lox-bodies", version = "0.1.0-alpha.3" }
lox-bodies = { path = "crates/lox-bodies", version = "0.1.0-alpha.4" }
lox-derive = { path = "crates/lox-derive", version = "0.1.0-alpha.0" }
lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.3" }
lox-earth = { path = "crates/lox-earth", version = "0.1.1" }
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.2" }
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.2" }
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.3" }
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.6" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.11" }
lox-orbits = { path = "crates/lox-orbits", version = "0.1.1" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.12" }
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.2" }

csv = "1.3.0"
Expand Down
6 changes: 6 additions & 0 deletions crates/lox-bodies/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha.4](https://github.com/lox-space/lox/compare/lox-bodies-v0.1.0-alpha.3...lox-bodies-v0.1.0-alpha.4) - 2024-12-19

### Fixed

- fix switched radii

## [0.1.0-alpha.3](https://github.com/lox-space/lox/compare/lox-bodies-v0.1.0-alpha.2...lox-bodies-v0.1.0-alpha.3) - 2024-12-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-bodies/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-bodies"
description = "Celestial body definitions for the Lox ecosystem"
version = "0.1.0-alpha.3"
version = "0.1.0-alpha.4"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/lox-earth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/lox-space/lox/compare/lox-earth-v0.1.0-alpha.3...lox-earth-v0.1.1) - 2024-12-19

### Other

- updated the following local packages: lox-bodies

## [0.1.0-alpha.3](https://github.com/lox-space/lox/compare/lox-earth-v0.1.0-alpha.2...lox-earth-v0.1.0-alpha.3) - 2024-12-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-earth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-earth"
description = "Tools for Earth-based astrodynamics for the Lox ecosystem"
version = "0.1.0-alpha.3"
version = "0.1.1"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/lox-orbits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.6...lox-orbits-v0.1.1) - 2024-12-19

### Other

- updated the following local packages: lox-bodies

## [0.1.0-alpha.6](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.5...lox-orbits-v0.1.0-alpha.6) - 2024-12-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-orbits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-orbits"
description = "Spacecraft orbit modelling tools for the Lox ecosystem"
version = "0.1.0-alpha.6"
version = "0.1.1"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/lox-space/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha.12](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.11...lox-space-v0.1.0-alpha.12) - 2024-12-19

### Fixed

- fix switched radii

## [0.1.0-alpha.11](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.10...lox-space-v0.1.0-alpha.11) - 2024-12-19

### 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.11"
version = "0.1.0-alpha.12"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
Loading