diff --git a/CHANGELOG.md b/CHANGELOG.md index da98cfde0..4773be6f1 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.3] - 2026-01-26 ### Added - Added `py-feos` tests to GitHub Actions and moved `pyo3/extension-module` feature to `pyproject.toml`. [#334](https://github.com/feos-org/feos/pull/334) diff --git a/Cargo.toml b/Cargo.toml index 3f83e6f5e..05b7cd9c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["crates/*", "py-feos"] default-members = ["crates/feos"] [workspace.package] -version = "0.9.2" +version = "0.9.3" edition = "2024" authors = [ "Gernot Bauer ",