diff --git a/CHANGELOG.md b/CHANGELOG.md index 1934897a2..ea013d810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.9.5] - 2026-04-14 ### Added - 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) - Added DIPPR107 parameterization for ideal gas heat capacities of Burkhardt et al. [#344](https://github.com/feos-org/feos/pull/344) diff --git a/Cargo.toml b/Cargo.toml index 5f4bd6586..f9c3e320f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["crates/*", "py-feos"] default-members = ["crates/feos"] [workspace.package] -version = "0.9.4" +version = "0.9.5" edition = "2024" authors = [ "Gernot Bauer ",