Skip to content

Commit

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

## [Unreleased]

## [0.6.1] - 18/07/2023

### Added

- added switch `--no-pdf-unc` to `plot` subcommand to skip the time-consuming
Expand Down Expand Up @@ -420,7 +422,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- first release

[Unreleased]: https://github.com/NNPDF/pineappl/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/NNPDF/pineappl/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/NNPDF/pineappl/compare/v0.6.0...v0.6.1
[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
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"
version = "0.6.1"

[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" }
pineappl = { path = "../pineappl", version = "0.6.1" }
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 @@ -29,9 +29,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" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.6.0" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.6.0" }
pineappl = { path = "../pineappl", version = "0.6.1" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.6.1" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.6.1" }
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" }
pineappl = { path = "../pineappl", version = "0.6.1" }
pyo3 = { features = ["extension-module"], version = "0.16.4" }

0 comments on commit 646cdef

Please sign in to comment.