From 213e2cc5a91f043f0a218a7b80e62efbcbac831a Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Mon, 26 Jan 2026 16:42:37 +0100 Subject: [PATCH] Release v0.9.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 ",