Skip to content

Commit feec54c

Browse files
Release v0.1.1
1 parent d00bc2d commit feec54c

5 files changed

Lines changed: 8 additions & 6 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.1.1] - 01/03/2026
11+
1012
## [0.1.0] - 27/02/2026
1113

1214
### Added

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["mchep", "mchep_pyapi", "mchep_capi"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2021"
88
authors = ["Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>"]
99
description = "Highly parallelizable Monte Carlo integration routine with SIMD and GPU acceleration"

mchep_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository.workspace = true
1313
version.workspace = true
1414

1515
[dependencies]
16-
mchep = { path = "../mchep", version = "0.1.0" }
16+
mchep = { path = "../mchep", version = "0.1.1" }
1717
wide = { workspace = true }
1818
mpi = { workspace = true, optional = true }
1919

mchep_pyapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
1717
doc = false
1818

1919
[dependencies]
20-
mchep = { path = "../mchep", version = "0.1.0" }
20+
mchep = { path = "../mchep", version = "0.1.1" }
2121
mpi = { workspace = true, optional = true }
2222
pyo3 = { workspace = true, features = ["extension-module"] }
2323
wide = { workspace = true }

0 commit comments

Comments
 (0)