Skip to content

Commit c3182d6

Browse files
committed
Release v0.5.2
1 parent 7a6a4a8 commit c3182d6

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
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.5.2] - 29/03/2022
11+
1012
### Added
1113

1214
- added new subcommand `import`, which at this stage converts fastNLO tables to
@@ -226,7 +228,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226228

227229
- first release
228230

229-
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.5.1...HEAD
231+
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.5.2...HEAD
232+
[0.5.2]: https://github.com/N3PDF/pineappl/compare/v0.5.1...v0.5.2
230233
[0.5.1]: https://github.com/N3PDF/pineappl/compare/v0.5.0...v0.5.1
231234
[0.5.0]: https://github.com/N3PDF/pineappl/compare/v0.4.1...v0.5.0
232235
[0.4.1]: https://github.com/N3PDF/pineappl/compare/v0.4.0...v0.4.1

pineappl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"

pineappl_capi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_capi"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"
@@ -11,7 +11,7 @@ categories = ["science"]
1111
description = "C language interface to PineAPPL"
1212

1313
[dependencies]
14-
pineappl = { path = "../pineappl", version = "0.5.1" }
14+
pineappl = { path = "../pineappl", version = "0.5.2" }
1515
itertools = "0.10.1"
1616

1717
[features]

pineappl_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_cli"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"
@@ -21,7 +21,7 @@ lazy_static = "1.4.0"
2121
lhapdf = "0.1.11"
2222
ndarray = "0.15.4"
2323
num_cpus = "1.13.0"
24-
pineappl = { path = "../pineappl", version = "0.5.1" }
24+
pineappl = { path = "../pineappl", version = "0.5.2" }
2525
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.1.0" }
2626
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.8.0" }
2727
rayon = "1.5.1"

pineappl_py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_py"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = [
55
"Christopher Schwan <handgranaten-herbert@posteo.de>",
66
"Alessandro Candido <candido.ale@gmail.com>",
@@ -25,5 +25,5 @@ crate-type = ["cdylib"]
2525
itertools = "0.9"
2626
ndarray = "0.15.3"
2727
numpy = "0.14.1"
28-
pineappl = { path = "../pineappl", version = "0.5.1" }
28+
pineappl = { path = "../pineappl", version = "0.5.2" }
2929
pyo3 = { features = ["extension-module"], version = "0.14.5" }

0 commit comments

Comments
 (0)