Skip to content

Commit a508463

Browse files
authored
Release v0.9.5 (#354)
1 parent 5f2a88f commit a508463

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.9.5] - 2026-04-14
810
### Added
911
- Add Rayon global thread pool control via `FEOS_MAX_THREADS` and `set_num_threads()`/ `get_num_threads()` to Python. [#346](https://github.com/feos-org/feos/pull/346)
1012
- Added DIPPR107 parameterization for ideal gas heat capacities of Burkhardt et al. [#344](https://github.com/feos-org/feos/pull/344)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/*", "py-feos"]
44
default-members = ["crates/feos"]
55

66
[workspace.package]
7-
version = "0.9.4"
7+
version = "0.9.5"
88
edition = "2024"
99
authors = [
1010
"Gernot Bauer <bauer@itt.uni-stuttgart.de>",

0 commit comments

Comments
 (0)