Skip to content

Commit 5e76548

Browse files
committed
chore: release
1 parent 0cd59d0 commit 5e76548

File tree

10 files changed

+36
-12
lines changed

10 files changed

+36
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ authors = ["Helge Eichhorn and the lox-space contributors"]
1111
repository = "https://github.com/lox-space/lox"
1212

1313
[workspace.dependencies]
14-
lox-bodies = { path = "crates/lox-bodies", version = "0.1.0-alpha.2" }
14+
lox-bodies = { path = "crates/lox-bodies", version = "0.1.0-alpha.3" }
1515
lox-derive = { path = "crates/lox-derive", version = "0.1.0-alpha.0" }
16-
lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.2" }
16+
lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.3" }
1717
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.2" }
1818
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.2" }
1919
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.3" }
20-
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.5" }
21-
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.9" }
20+
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.6" }
21+
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.10" }
2222
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.2" }
2323

2424
csv = "1.3.0"

crates/lox-bodies/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Other
12+
13+
- prefer `Result` over `Option` for `Origin` props
14+
915
## [0.1.0-alpha.2](https://github.com/lox-space/lox/compare/lox-bodies-v0.1.0-alpha.1...lox-bodies-v0.1.0-alpha.2) - 2024-12-18
1016

1117
### Other

crates/lox-bodies/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-bodies"
33
description = "Celestial body definitions for the Lox ecosystem"
4-
version = "0.1.0-alpha.2"
4+
version = "0.1.0-alpha.3"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/lox-earth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Other
12+
13+
- updated the following local packages: lox-bodies
14+
915
## [0.1.0-alpha.2](https://github.com/lox-space/lox/compare/lox-earth-v0.1.0-alpha.1...lox-earth-v0.1.0-alpha.2) - 2024-12-18
1016

1117
### Other

crates/lox-earth/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-earth"
33
description = "Tools for Earth-based astrodynamics for the Lox ecosystem"
4-
version = "0.1.0-alpha.2"
4+
version = "0.1.0-alpha.3"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/lox-orbits/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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-orbits-v0.1.0-alpha.5...lox-orbits-v0.1.0-alpha.6) - 2024-12-19
10+
11+
### Other
12+
13+
- prefer `Result` over `Option` for `Origin` props
14+
915
## [0.1.0-alpha.5](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.4...lox-orbits-v0.1.0-alpha.5) - 2024-12-18
1016

1117
### Other

crates/lox-orbits/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-orbits"
33
description = "Spacecraft orbit modelling tools for the Lox ecosystem"
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

crates/lox-space/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.0-alpha.10](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.9...lox-space-v0.1.0-alpha.10) - 2024-12-19
10+
11+
### Other
12+
13+
- updated the following local packages: lox-bodies, lox-orbits
14+
915
## [0.1.0-alpha.9](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.8...lox-space-v0.1.0-alpha.9) - 2024-12-18
1016

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

0 commit comments

Comments
 (0)