Skip to content

Commit

Permalink
chore: release (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: lox-release-plz[bot] <176070181+lox-release-plz[bot]@users.noreply.github.com>
  • Loading branch information
lox-release-plz[bot] authored Jul 19, 2024
1 parent 7c22434 commit f11b201
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ lox-earth = { path = "crates/lox-earth", version = "0.1.0-alpha.0" }
lox-ephem = { path = "crates/lox-ephem", version = "0.1.0-alpha.0" }
lox-io = { path = "crates/lox-io", version = "0.1.0-alpha.0" }
lox-math = { path = "crates/lox-math", version = "0.1.0-alpha.1" }
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.0" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.1" }
lox-orbits = { path = "crates/lox-orbits", version = "0.1.0-alpha.1" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.2" }
lox-time = { path = "crates/lox-time", version = "0.1.0-alpha.0" }

csv = "1.3.0"
Expand Down
5 changes: 5 additions & 0 deletions crates/lox-orbits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha.1](https://github.com/lox-space/lox/compare/lox-orbits-v0.1.0-alpha.0...lox-orbits-v0.1.0-alpha.1) - 2024-07-19

### Added
- *(lox-space)* Expose `Observables` constructor ([#152](https://github.com/lox-space/lox/pull/152))

## [0.1.0-alpha.0](https://github.com/lox-space/lox/releases/tag/lox-orbits-v0.1.0-alpha.0) - 2024-07-19

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

## [Unreleased]

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

### Added
- *(lox-space)* Expose `Observables` constructor ([#152](https://github.com/lox-space/lox/pull/152))

## [0.1.0-alpha.1](https://github.com/lox-space/lox/compare/lox-space-v0.1.0-alpha.0...lox-space-v0.1.0-alpha.1) - 2024-07-19

### Other
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.1"
version = "0.1.0-alpha.2"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit f11b201

Please sign in to comment.