Skip to content

Commit 01d8238

Browse files
authored
Release v0.5.1 (#201)
1 parent b946c0e commit 01d8238

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.1] - 2023-11-23
10+
- Python only: Release the changes introduced in `feos-core` 0.5.1.
11+
912
## [0.5.0] - 2023-10-20
1013
### Added
1114
- Added `IdealGasModel` enum that collects all implementors of the `IdealGas` trait. [#158](https://github.com/feos-org/feos/pull/158)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feos"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Gernot Bauer <[email protected]>", "Philipp Rehner <[email protected]>"]
55
edition = "2021"
66
readme = "README.md"

feos-core/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## [0.5.1] - 2023-11-23
810
### Fixed
911
- Aligned how binary segment records are treated in Rust and Python. [#200](https://github.com/feos-org/feos/pull/200)
1012

feos-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feos-core"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Gernot Bauer <[email protected]>",
55
"Philipp Rehner <[email protected]"]
66
edition = "2021"

0 commit comments

Comments
 (0)