Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 25, 2021
1 parent be15015 commit 94ab95d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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.4.0] - 25/03/2021

### Added

- added access to the contents of Lagrange-interpolation grids
Expand Down Expand Up @@ -111,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- first release

[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/N3PDF/pineappl/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/N3PDF/pineappl/compare/v0.2.0...v0.3.0
[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.4.0-alpha"
version = "0.4.0"
authors = ["Christopher Schwan <[email protected]>"]
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.4.0-alpha"
version = "0.4.0"
authors = ["Christopher Schwan <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -11,7 +11,7 @@ categories = ["science"]
description = "C language interface to PineAPPL"

[dependencies]
pineappl = { path = "../pineappl", version = "0.4.0-alpha" }
pineappl = { path = "../pineappl", version = "0.4.0" }
itertools = "0.9"

[package.metadata.capi]
Expand Down
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.4.0-alpha"
version = "0.4.0"
authors = ["Christopher Schwan <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -15,7 +15,7 @@ clap = { default-features = false, features = ["cargo", "std", "suggestions"], v
itertools = "0.9"
lhapdf = "0.1.9"
num_cpus = "1.0"
pineappl = { path = "../pineappl", version = "0.4.0-alpha" }
pineappl = { path = "../pineappl", version = "0.4.0" }
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "^0.8" }
rayon = "1.3"

Expand Down

0 comments on commit 94ab95d

Please sign in to comment.