Skip to content

Commit a5c460a

Browse files
Release v0.3.2
1 parent d6f7d72 commit a5c460a

6 files changed

Lines changed: 19 additions & 17 deletions

File tree

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.3.2] - 29/03/2026
11+
1012
## [0.3.1] - 18/03/2026
1113

1214
### Added

Cargo.lock

Lines changed: 12 additions & 12 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.3.1"
13+
version = "0.3.2"
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.3.1" }
52+
neopdf = { path = "./neopdf", version = "0.3.2" }
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.3.1", optional = true }
23+
neopdf_tmdlib = { path = "../neopdf_tmdlib", version = "0.3.2", optional = true }
2424
toml = { version = "0.8", optional = true }
2525
serde = { version = "1.0", features = ["derive"], optional = true }
2626

neopdf_gui/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json",
33
"productName": "NeoPDF",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"identifier": "com.neopdf.gui",
66
"build": {
77
"frontendDist": "./frontend"

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
name = "neopdf"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>"]
55
channels = ["conda-forge"]
66
platforms = ["linux-64", "osx-64", "win-64", "osx-arm64"]

0 commit comments

Comments
 (0)