Skip to content

Commit 525ead9

Browse files
committed
Release v0.8.7
1 parent e5793e9 commit 525ead9

File tree

7 files changed

+18
-15
lines changed

7 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.8.7] - 22/01/2025
11+
1012
## Added
1113

1214
- added support for Python 3.13 to the Python interface
@@ -678,7 +680,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
678680

679681
- first release
680682

681-
[Unreleased]: https://github.com/NNPDF/pineappl/compare/v0.8.6...HEAD
683+
[Unreleased]: https://github.com/NNPDF/pineappl/compare/v0.8.7...HEAD
684+
[0.8.7]: https://github.com/NNPDF/pineappl/compare/v0.8.6...v0.8.7
682685
[0.8.6]: https://github.com/NNPDF/pineappl/compare/v0.8.5...v0.8.6
683686
[0.8.5]: https://github.com/NNPDF/pineappl/compare/v0.8.4...v0.8.5
684687
[0.8.4]: https://github.com/NNPDF/pineappl/compare/v0.8.3...v0.8.4

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["high-energy-physics", "physics"]
2222
license = "GPL-3.0-or-later"
2323
repository = "https://github.com/NNPDF/pineappl"
2424
rust-version = "1.70.0"
25-
version = "0.8.6"
25+
version = "0.8.7"
2626

2727
[workspace.lints.clippy]
2828
all = { level = "warn", priority = -1 }

pineappl_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version.workspace = true
1616
workspace = true
1717

1818
[dependencies]
19-
pineappl = { path = "../pineappl", version = "=0.8.6" }
19+
pineappl = { path = "../pineappl", version = "=0.8.7" }
2020
itertools = "0.10.1"
2121

2222
[features]

pineappl_cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ lhapdf = { package = "managed-lhapdf", version = "0.3.2" }
3030
lz4_flex = { optional = true, version = "0.9.2" }
3131
ndarray = "0.15.4"
3232
ndarray-npy = { optional = true, version = "0.8.1" }
33-
pineappl = { path = "../pineappl", version = "=0.8.6" }
34-
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=0.8.6" }
35-
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=0.8.6" }
33+
pineappl = { path = "../pineappl", version = "=0.8.7" }
34+
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=0.8.7" }
35+
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=0.8.7" }
3636
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.10.0" }
3737
rayon = "1.5.1"
3838
serde = { features = ["derive"], optional = true, version = "1.0.130" }

pineappl_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ crate-type = ["cdylib"]
3030
itertools = "0.10.1"
3131
ndarray = "0.15.4"
3232
numpy = "0.22.0"
33-
pineappl = { path = "../pineappl", version = "=0.8.6" }
33+
pineappl = { path = "../pineappl", version = "=0.8.7" }
3434
pyo3 = { features = ["extension-module", "gil-refs"], version = "0.22.0" }

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ clap_mangen = "0.2.18"
2121
enum_dispatch = "0.3.7"
2222
#git2 = "0.17.2"
2323
#semver = "1.0.17"
24-
pineappl_cli = { path = "../pineappl_cli", version = "=0.8.6" }
24+
pineappl_cli = { path = "../pineappl_cli", version = "=0.8.7" }

0 commit comments

Comments
 (0)