From 6ada8e8b6ffe8d1f5ba882fa483f3b137deca095 Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Fri, 3 Jul 2026 15:12:23 +0200 Subject: [PATCH] Release v0.9.6 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0b8f648..d93b80f1a 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.6] - 2026-07-03 ### Fixed - Fixed `PhaseDiagram.binary_vle()` panicking during search for VLLE (tried to access unallocated element). [#361] (https://github.com/feos-org/feos/pull/362) - Fixed reading binary association parameters from JSON. [#363](https://github.com/feos-org/feos/pull/363) diff --git a/Cargo.toml b/Cargo.toml index 0016a8162..8ff4c5c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["crates/*", "py-feos"] default-members = ["crates/feos"] [workspace.package] -version = "0.9.5" +version = "0.9.6" edition = "2024" authors = [ "Gernot Bauer ",