Skip to content

Commit

Permalink
chore: sync up all versions to 0.3.0
Browse files Browse the repository at this point in the history
This is a major release, and release-plz doesn't detect that although the interface of `laddu`, `laddu-amplitudes`, `laddu-python`, and `py-laddu` are compatible, the underlying functionality has changed a lot.
  • Loading branch information
denehoffman committed Feb 21, 2025
1 parent 783b1b0 commit e1a0eff
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ shellexpand = "3.1.0"
thiserror = "2.0.3"
typetag = "0.2.18"

laddu = { version = "0.2.7", path = "crates/laddu" }
laddu = { version = "0.3.0", path = "crates/laddu" }
laddu-core = { version = "0.3.0", path = "crates/laddu-core" }
laddu-amplitudes = { version = "0.2.6", path = "crates/laddu-amplitudes" }
laddu-amplitudes = { version = "0.3.0", path = "crates/laddu-amplitudes" }
laddu-extensions = { version = "0.3.0", path = "crates/laddu-extensions" }
laddu-python = { version = "0.2.6", path = "crates/laddu-python" }
laddu-python = { version = "0.3.0", path = "crates/laddu-python" }

[profile.release]
lto = "thin"
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-amplitudes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6](https://github.com/denehoffman/laddu/compare/laddu-amplitudes-v0.2.5...laddu-amplitudes-v0.2.6) - 2025-02-21
## [0.3.0](https://github.com/denehoffman/laddu/compare/laddu-amplitudes-v0.2.5...laddu-amplitudes-v0.3.0) - 2025-02-21

### Other

Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-amplitudes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu-amplitudes"
version = "0.2.6"
version = "0.3.0"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6](https://github.com/denehoffman/laddu/compare/laddu-python-v0.2.5...laddu-python-v0.2.6) - 2025-02-21
## [0.3.0](https://github.com/denehoffman/laddu/compare/laddu-python-v0.2.5...laddu-python-v0.3.0) - 2025-02-21

### Added

Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu-python"
version = "0.2.6"
version = "0.3.0"
description = "Amplitude analysis made short and sweet"
edition.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.7](https://github.com/denehoffman/laddu/compare/laddu-v0.2.6...laddu-v0.2.7) - 2025-02-21
## [0.3.0](https://github.com/denehoffman/laddu/compare/laddu-v0.2.6...laddu-v0.3.0) - 2025-02-21

### Added

Expand Down
2 changes: 1 addition & 1 deletion crates/laddu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu"
version = "0.2.7"
version = "0.3.0"
description = "Amplitude analysis made short and sweet"
documentation = "https://docs.rs/laddu"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion py-laddu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.7](https://github.com/denehoffman/laddu/compare/py-laddu-v0.2.6...py-laddu-v0.2.7) - 2025-02-21
## [0.3.0](https://github.com/denehoffman/laddu/compare/py-laddu-v0.2.6...py-laddu-v0.3.0) - 2025-02-21

### Added

Expand Down
2 changes: 1 addition & 1 deletion py-laddu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-laddu"
version = "0.2.7"
version = "0.3.0"
edition.workspace = true
readme = "README.md"
license.workspace = true
Expand Down

0 comments on commit e1a0eff

Please sign in to comment.