File tree Expand file tree Collapse file tree 10 files changed +36
-12
lines changed Expand file tree Collapse file tree 10 files changed +36
-12
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ authors = ["Helge Eichhorn and the lox-space contributors"]
1111repository = " 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 " }
1515lox-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 " }
1717lox-ephem = { path = " crates/lox-ephem" , version = " 0.1.0-alpha.2" }
1818lox-io = { path = " crates/lox-io" , version = " 0.1.0-alpha.2" }
1919lox-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 " }
2222lox-time = { path = " crates/lox-time" , version = " 0.1.0-alpha.2" }
2323
2424csv = " 1.3.0"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " lox-bodies"
33description = " Celestial body definitions for the Lox ecosystem"
4- version = " 0.1.0-alpha.2 "
4+ version = " 0.1.0-alpha.3 "
55rust-version.workspace = true
66edition.workspace = true
77license.workspace = true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " lox-earth"
33description = " Tools for Earth-based astrodynamics for the Lox ecosystem"
4- version = " 0.1.0-alpha.2 "
4+ version = " 0.1.0-alpha.3 "
55rust-version.workspace = true
66edition.workspace = true
77license.workspace = true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " lox-orbits"
33description = " Spacecraft orbit modelling tools for the Lox ecosystem"
4- version = " 0.1.0-alpha.5 "
4+ version = " 0.1.0-alpha.6 "
55rust-version.workspace = true
66edition.workspace = true
77license.workspace = true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " lox-space"
33description = " The Lox toolbox for space mission analysis and design"
4- version = " 0.1.0-alpha.9 "
4+ version = " 0.1.0-alpha.10 "
55rust-version.workspace = true
66edition.workspace = true
77license.workspace = true
You can’t perform that action at this time.
0 commit comments