Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
lox-release-plz[bot] authored Jul 19, 2024
1 parent eb517e7 commit 0406e1c
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 @@ -16,9 +16,9 @@ lox-derive = { path = "crates/lox-derive", version = "0.1.0-alpha.0" }
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.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.0" }
lox-space = { path = "crates/lox-space", version = "0.1.0-alpha.1" }
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-math/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-math-v0.1.0-alpha.0...lox-math-v0.1.0-alpha.1) - 2024-07-19

### Other
- release ([#144](https://github.com/lox-space/lox/pull/144))

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

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/lox-math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lox-math"
description = "Mathematical utilities 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.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
- Use GitHub app for release workflow ([#150](https://github.com/lox-space/lox/pull/150))

## [0.1.0-alpha.0](https://github.com/lox-space/lox/releases/tag/lox-space-v0.1.0-alpha.0) - 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.0"
version = "0.1.0-alpha.1"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 0406e1c

Please sign in to comment.