Skip to content

Commit c206fa6

Browse files
Release v0.2.0
1 parent 406fb4a commit c206fa6

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.2.0] - 06/10/2025
11+
1012
### Added
1113

1214
- Added an additional `alpha_s` grid extraction (https://github.com/Radonirinaunimi/neopdf/pull/77).

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["high-energy-physics", "physics"]
1010
license = "GPL-3.0-or-later"
1111
repository = "https://github.com/Radonirinaunimi/neopdf"
1212
rust-version = "1.82.0"
13-
version = "0.2.0-alpha9"
13+
version = "0.2.0"
1414

1515
[workspace.dependencies]
1616
# Core dependencies
@@ -49,7 +49,7 @@ criterion = "0.6"
4949
predicates = "3.1.3"
5050

5151
# Internal crates
52-
neopdf = { path = "./neopdf", version = "0.2.0-alpha9" }
52+
neopdf = { path = "./neopdf", version = "0.2.0" }
5353

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

neopdf_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clap.workspace = true
2020
ndarray.workspace = true
2121
neopdf.workspace = true
2222
terminal_size.workspace = true
23-
neopdf_tmdlib = { path = "../neopdf_tmdlib", version = "0.2.0-alpha9", optional = true }
23+
neopdf_tmdlib = { path = "../neopdf_tmdlib", version = "0.2.0", optional = true }
2424
toml = { version = "0.8", optional = true }
2525
serde = { version = "1.0", features = ["derive"], optional = true }
2626

0 commit comments

Comments
 (0)