Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
lox-release-plz[bot] authored Feb 4, 2025
1 parent 5b88fd8 commit 2bb6149
Show file tree
Hide file tree
Showing 18 changed files with 81 additions and 24 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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.5" }
lox-bodies = { path = "crates/lox-bodies", version = "0.1.0-alpha.6" }
lox-derive = { path = "crates/lox-derive", version = "0.1.0-alpha.1" }
lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.5" }
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.2" }
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.3" }
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.3" }
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.8" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.13" }
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.3" }
lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.6" }
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.3" }
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.4" }
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.4" }
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.9" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.14" }
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.4" }

csv = "1.3.0"
dyn-clone = "1.0.17"
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.6](https://github.com/lox-space/lox/compare/lox-bodies-v0.1.0-alpha.5...lox-bodies-v0.1.0-alpha.6) - 2025-02-04

### Other

- update Cargo.toml dependencies

## [0.1.0-alpha.5](https://github.com/lox-space/lox/compare/lox-bodies-v0.1.0-alpha.4...lox-bodies-v0.1.0-alpha.5) - 2025-01-24

### 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.5"
version = "0.1.0-alpha.6"
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.0-alpha.6](https://github.com/lox-space/lox/compare/lox-earth-v0.1.0-alpha.5...lox-earth-v0.1.0-alpha.6) - 2025-02-04

### Other

- updated the following local packages: lox-bodies, lox-math, lox-time

## [0.1.0-alpha.5](https://github.com/lox-space/lox/compare/lox-earth-v0.1.0-alpha.4...lox-earth-v0.1.0-alpha.5) - 2025-01-24

### 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.5"
version = "0.1.0-alpha.6"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/lox-ephem/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.3](https://github.com/lox-space/lox/compare/lox-ephem-v0.1.0-alpha.2...lox-ephem-v0.1.0-alpha.3) - 2025-02-04

### Other

- update Cargo.toml dependencies

## [0.1.0-alpha.2](https://github.com/lox-space/lox/compare/lox-ephem-v0.1.0-alpha.1...lox-ephem-v0.1.0-alpha.2) - 2024-12-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-ephem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-ephem"
description = "Ephemerides for the Lox ecosystem"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/lox-io/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-io-v0.1.0-alpha.3...lox-io-v0.1.0-alpha.4) - 2025-02-04

### Other

- updated the following local packages: lox-math

## [0.1.0-alpha.3](https://github.com/lox-space/lox/compare/lox-io-v0.1.0-alpha.2...lox-io-v0.1.0-alpha.3) - 2025-01-24

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-io"
description = "Interfaces for industry-standard astrodynamics file formats 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-math/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-math-v0.1.0-alpha.3...lox-math-v0.1.0-alpha.4) - 2025-02-04

### Other

- update Cargo.toml dependencies

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

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-math"
description = "Mathematical utilities 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
11 changes: 11 additions & 0 deletions crates/lox-orbits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha.9](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.8...lox-orbits-v0.1.0-alpha.9) - 2025-02-04

### Added

- *(lox-orbits)* implement line-of-sight calculations

### Other

- *(lox-orbits)* expose concrete `KeplerianElements`
- *(lox-orbits)* parallelise visibility

## [0.1.0-alpha.8](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.7...lox-orbits-v0.1.0-alpha.8) - 2025-01-24

### Added
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.8"
version = "0.1.0-alpha.9"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions crates/lox-space/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha.14](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.13...lox-space-v0.1.0-alpha.14) - 2025-02-04

### Added

- *(lox-orbits)* implement line-of-sight calculations

### Other

- *(lox-orbits)* parallelise visibility

## [0.1.0-alpha.13](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.12...lox-space-v0.1.0-alpha.13) - 2025-01-24

### Added
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.13"
version = "0.1.0-alpha.14"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/lox-time/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-time-v0.1.0-alpha.3...lox-time-v0.1.0-alpha.4) - 2025-02-04

### Other

- update Cargo.toml dependencies

## [0.1.0-alpha.3](https://github.com/lox-space/lox/compare/lox-time-v0.1.0-alpha.2...lox-time-v0.1.0-alpha.3) - 2025-01-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-time/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-time"
description = "Time modelling tools 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

0 comments on commit 2bb6149

Please sign in to comment.