Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 1, 2023
1 parent eafca59 commit 8a672be
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 01/06/2023

## [0.6.0] - 01/06/2023

### Added

- added `--orders` switch to pull to allow the selection of a subset of
Expand Down Expand Up @@ -402,7 +406,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- first release

[Unreleased]: https://github.com/NNPDF/pineappl/compare/v0.5.9...HEAD
[Unreleased]: https://github.com/NNPDF/pineappl/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/NNPDF/pineappl/compare/v0.6.0...v0.6.0
[0.6.0]: https://github.com/NNPDF/pineappl/compare/v0.5.9...v0.6.0
[0.5.9]: https://github.com/NNPDF/pineappl/compare/v0.5.8...v0.5.9
[0.5.8]: https://github.com/NNPDF/pineappl/compare/v0.5.7...v0.5.8
[0.5.7]: https://github.com/NNPDF/pineappl/compare/v0.5.6...v0.5.7
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["high-energy-physics", "physics"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NNPDF/pineappl"
rust-version = "1.64.0"
version = "0.6.0-alpha.18"
version = "0.6.0"

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion pineappl_capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
version.workspace = true

[dependencies]
pineappl = { path = "../pineappl", version = "0.6.0-alpha.18" }
pineappl = { path = "../pineappl", version = "0.6.0" }
itertools = "0.10.1"

[features]
Expand Down
6 changes: 3 additions & 3 deletions pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ lhapdf = "0.2.1"
lz4_flex = { optional = true, version = "0.9.2" }
ndarray = "0.15.4"
ndarray-npy = { optional = true, version = "0.8.1" }
pineappl = { path = "../pineappl", version = "0.6.0-alpha.18" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.6.0-alpha.18" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.6.0-alpha.18" }
pineappl = { path = "../pineappl", version = "0.6.0" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.6.0" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.6.0" }
predicates = "2.1.1"
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.10.0" }
rayon = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion pineappl_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ crate-type = ["cdylib"]
itertools = "0.10.1"
ndarray = "0.15.4"
numpy = "0.16.2"
pineappl = { path = "../pineappl", version = "0.6.0-alpha.18" }
pineappl = { path = "../pineappl", version = "0.6.0" }
pyo3 = { features = ["extension-module"], version = "0.16.4" }

0 comments on commit 8a672be

Please sign in to comment.