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 @@ -13,13 +13,13 @@ repository = "https://github.com/lox-space/lox"
1313[workspace .dependencies ]
1414lox-bodies = { path = " crates/lox-bodies" , version = " 0.1.0-alpha.6" }
1515lox-derive = { path = " crates/lox-derive" , version = " 0.1.0-alpha.1" }
16- lox-earth = { path = " crates/lox-earth" , version = " 0.1.0-alpha.6 " }
16+ lox-earth = { path = " crates/lox-earth" , version = " 0.1.0-alpha.7 " }
1717lox-ephem = { path = " crates/lox-ephem" , version = " 0.1.0-alpha.3" }
1818lox-io = { path = " crates/lox-io" , version = " 0.1.0-alpha.4" }
1919lox-math = { path = " crates/lox-math" , version = " 0.1.0-alpha.4" }
20- lox-orbits = { path = " crates/lox-orbits" , version = " 0.1.0-alpha.10 " }
21- lox-space = { path = " crates/lox-space" , version = " 0.1.0-alpha.16 " }
22- lox-time = { path = " crates/lox-time" , version = " 0.1.0-alpha.4 " }
20+ lox-orbits = { path = " crates/lox-orbits" , version = " 0.1.0-alpha.11 " }
21+ lox-space = { path = " crates/lox-space" , version = " 0.1.0-alpha.17 " }
22+ lox-time = { path = " crates/lox-time" , version = " 0.1.0-alpha.5 " }
2323
2424csv = " 1.3.0"
2525dyn-clone = " 1.0.17"
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.7] ( https://github.com/lox-space/lox/compare/lox-earth-v0.1.0-alpha.6...lox-earth-v0.1.0-alpha.7 ) - 2025-02-11
10+
11+ ### Other
12+
13+ - updated the following local packages: lox-time
14+
915## [ 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-10
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.6 "
4+ version = " 0.1.0-alpha.7 "
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.11] ( https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.10...lox-orbits-v0.1.0-alpha.11 ) - 2025-02-11
10+
11+ ### Fixed
12+
13+ - make ` Time ` and ` TimeScale ` pickable
14+
915## [ 0.1.0-alpha.10] ( https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.9...lox-orbits-v0.1.0-alpha.10 ) - 2025-02-10
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.10 "
4+ version = " 0.1.0-alpha.11 "
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.17] ( https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.16...lox-space-v0.1.0-alpha.17 ) - 2025-02-11
10+
11+ ### Fixed
12+
13+ - make ` Time ` and ` TimeScale ` pickable
14+
915## [ 0.1.0-alpha.16] ( https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.15...lox-space-v0.1.0-alpha.16 ) - 2025-02-10
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.16 "
4+ version = " 0.1.0-alpha.17 "
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.5] ( https://github.com/lox-space/lox/compare/lox-time-v0.1.0-alpha.4...lox-time-v0.1.0-alpha.5 ) - 2025-02-11
10+
11+ ### Fixed
12+
13+ - make ` Time ` and ` TimeScale ` pickable
14+
915## [ 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-10
1016
1117### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " lox-time"
33description = " Time modelling tools for the Lox ecosystem"
4- version = " 0.1.0-alpha.4 "
4+ version = " 0.1.0-alpha.5 "
55rust-version.workspace = true
66edition.workspace = true
77license.workspace = true
You can’t perform that action at this time.
0 commit comments