From df0c9422345e9d444b50ea387da7968dbcbae84f Mon Sep 17 00:00:00 2001 From: Philipp Rehner <69816385+prehner@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:23:04 +0200 Subject: [PATCH] release v0.4.3 (#152) --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- feos-core/CHANGELOG.md | 2 ++ feos-core/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8740a33f..8f60aba6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3] - 2023-03-20 +- Python only: Release the changes introduced in `feos-core` 0.4.2. + ## [0.4.2] - 2023-03-20 - Python only: Release the changes introduced in `feos-core` 0.4.1 and `feos-dft` 0.4.1. diff --git a/Cargo.toml b/Cargo.toml index b76999153..357ee68d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feos" -version = "0.4.2" +version = "0.4.3" authors = ["Gernot Bauer ", "Philipp Rehner "] edition = "2018" readme = "README.md" diff --git a/feos-core/CHANGELOG.md b/feos-core/CHANGELOG.md index 150cd6e6c..b0e933596 100644 --- a/feos-core/CHANGELOG.md +++ b/feos-core/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.4.2] - 2023-04-03 ### Fixed - Fixed a wrong reference state in the implementation of the Peng-Robinson equation of state. [#151](https://github.com/feos-org/feos/pull/151) diff --git a/feos-core/Cargo.toml b/feos-core/Cargo.toml index 2e33dde43..4b3dc2940 100644 --- a/feos-core/Cargo.toml +++ b/feos-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feos-core" -version = "0.4.1" +version = "0.4.2" authors = ["Gernot Bauer ", "Philipp Rehner