Skip to content

Commit 5cfaed6

Browse files
lox-release-plz[bot]helgee
authored andcommitted
chore: release
1 parent f87da4c commit 5cfaed6

File tree

20 files changed

+85
-27
lines changed

20 files changed

+85
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ 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.8" }
15-
lox-derive = { path = "crates/lox-derive", version = "0.1.0-alpha.3" }
16-
lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.9" }
17-
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.5" }
18-
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.6" }
19-
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.6" }
20-
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.16" }
21-
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.22" }
22-
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.7" }
14+
lox-bodies = { path = "crates/lox-bodies", version = "0.1.0-alpha.9" }
15+
lox-derive = { path = "crates/lox-derive", version = "0.1.0-alpha.4" }
16+
lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.10" }
17+
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.6" }
18+
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.7" }
19+
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.7" }
20+
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.17" }
21+
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.23" }
22+
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.8" }
2323

2424
csv = "1.3.0"
2525
dyn-clone = "1.0.17"

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.9](https://github.com/lox-space/lox/compare/lox-bodies-v0.1.0-alpha.8...lox-bodies-v0.1.0-alpha.9) - 2025-07-01
10+
11+
### Other
12+
13+
- updated the following local packages: lox-math
14+
915
## [0.1.0-alpha.8](https://github.com/lox-space/lox/compare/lox-bodies-v0.1.0-alpha.7...lox-bodies-v0.1.0-alpha.8) - 2025-06-19
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.8"
4+
version = "0.1.0-alpha.9"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/lox-derive/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.4](https://github.com/lox-space/lox/compare/lox-derive-v0.1.0-alpha.3...lox-derive-v0.1.0-alpha.4) - 2025-07-01
10+
11+
### Other
12+
13+
- fix clippy lints
14+
915
## [0.1.0-alpha.3](https://github.com/lox-space/lox/compare/lox-derive-v0.1.0-alpha.2...lox-derive-v0.1.0-alpha.3) - 2025-06-19
1016

1117
### Other

crates/lox-derive/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-derive"
33
description = "Derive macros for the Lox ecosystem"
4-
version = "0.1.0-alpha.3"
4+
version = "0.1.0-alpha.4"
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.10](https://github.com/lox-space/lox/compare/lox-earth-v0.1.0-alpha.9...lox-earth-v0.1.0-alpha.10) - 2025-07-01
10+
11+
### Other
12+
13+
- updated the following local packages: lox-math, lox-io, lox-time, lox-bodies
14+
915
## [0.1.0-alpha.9](https://github.com/lox-space/lox/compare/lox-earth-v0.1.0-alpha.8...lox-earth-v0.1.0-alpha.9) - 2025-06-19
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.9"
4+
version = "0.1.0-alpha.10"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/lox-ephem/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-ephem-v0.1.0-alpha.5...lox-ephem-v0.1.0-alpha.6) - 2025-07-01
10+
11+
### Other
12+
13+
- fix clippy lints
14+
915
## [0.1.0-alpha.5](https://github.com/lox-space/lox/compare/lox-ephem-v0.1.0-alpha.4...lox-ephem-v0.1.0-alpha.5) - 2025-06-19
1016

1117
### Other

crates/lox-ephem/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-ephem"
33
description = "Ephemerides 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

0 commit comments

Comments
 (0)