Skip to content

Commit 5b1a3c0

Browse files
committed
Release v0.5.7
1 parent aa12dc3 commit 5b1a3c0

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.7] - 05/10/2022
11+
1012
### Fixed
1113

1214
- the importer did not depend on the right versions of `pineappl_applgrid` and
@@ -311,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
311313

312314
- first release
313315

314-
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.5.6...HEAD
316+
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.5.7...HEAD
317+
[0.5.7]: https://github.com/N3PDF/pineappl/compare/v0.5.6...v0.5.7
315318
[0.5.6]: https://github.com/N3PDF/pineappl/compare/v0.5.5...v0.5.6
316319
[0.5.5]: https://github.com/N3PDF/pineappl/compare/v0.5.4...v0.5.5
317320
[0.5.4]: https://github.com/N3PDF/pineappl/compare/v0.5.3...v0.5.4

pineappl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"

pineappl_capi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_capi"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"
@@ -12,7 +12,7 @@ description = "C language interface to PineAPPL"
1212
rust-version = "1.56.1"
1313

1414
[dependencies]
15-
pineappl = { path = "../pineappl", version = "0.5.6" }
15+
pineappl = { path = "../pineappl", version = "0.5.7" }
1616
itertools = "0.10.1"
1717

1818
[features]

pineappl_cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_cli"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"
@@ -22,7 +22,7 @@ itertools = "0.10.1"
2222
lhapdf = "0.2.1"
2323
ndarray = "0.15.4"
2424
num_cpus = "1.13.0"
25-
pineappl = { path = "../pineappl", version = "0.5.6" }
25+
pineappl = { path = "../pineappl", version = "0.5.7" }
2626
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.2.0" }
2727
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.2.0" }
2828
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.8.0" }

pineappl_py/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_py"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = [
55
"Christopher Schwan <handgranaten-herbert@posteo.de>",
66
"Alessandro Candido <candido.ale@gmail.com>",
@@ -26,5 +26,5 @@ crate-type = ["cdylib"]
2626
itertools = "0.9"
2727
ndarray = "0.15.3"
2828
numpy = "0.16.2"
29-
pineappl = { path = "../pineappl", version = "0.5.6" }
29+
pineappl = { path = "../pineappl", version = "0.5.7" }
3030
pyo3 = { features = ["extension-module"], version = "0.16.4" }

0 commit comments

Comments
 (0)