Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Aug 2, 2020
1 parent a194e6c commit 46666a8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 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.2.0] - 02/08/2020

### Added

- the Lagrange-interpolation grid of PineAPPL now supports fully dynamic
Expand Down Expand Up @@ -43,5 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- first release

[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/N3PDF/pineappl/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/N3PDF/pineappl/compare/v0.0.0...v0.1.0
2 changes: 1 addition & 1 deletion pineappl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl"
version = "0.1.0"
version = "0.2.0"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions pineappl_capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_capi"
version = "0.1.0"
version = "0.2.0"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -14,4 +14,4 @@ description = "C language interface to PineAPPL"
crate-type = ["cdylib"]

[dependencies]
pineappl = { path = "../pineappl", version = "0.1.0" }
pineappl = { path = "../pineappl", version = "0.2.0" }
4 changes: 2 additions & 2 deletions pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_cli"
version = "0.1.0"
version = "0.2.0"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -15,7 +15,7 @@ clap = { default-features = false, features = ["suggestions"], version = "~2.33.
itertools = "0.9"
lhapdf = "0.1.6"
num_cpus = "1.0"
pineappl = { path = "../pineappl", version = "0.1" }
pineappl = { path = "../pineappl", version = "0.2" }
prettytable-rs = "^0.8"
rayon = "1.3"

Expand Down

0 comments on commit 46666a8

Please sign in to comment.