Skip to content

Commit a5e01fb

Browse files
authored
Release v0.9.1 (#322)
1 parent 051888c commit a5e01fb

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.1] - 2025-11-24
10+
### Fixed
11+
- Fixed a wrong Jacobian entry in `heteroazeotrope_t`. (Thanks to @ImagineBaggins for reporting the issue) [#320](https://github.com/feos-org/feos/pull/320)
12+
913
## [0.9.0] - 2025-11-08
1014
### Added
1115
- Integrated the functionalities of [`feos-ad`](https://github.com/feos-org/feos-ad). [#289](https://github.com/feos-org/feos/pull/289)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/*", "py-feos"]
44
default-members = ["crates/feos"]
55

66
[workspace.package]
7-
version = "0.9.0"
7+
version = "0.9.1"
88
edition = "2024"
99
authors = [
1010
"Gernot Bauer <bauer@itt.uni-stuttgart.de>",

crates/feos/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ keywords.workspace = true
1010
categories.workspace = true
1111
description = "FeOs - A framework for equations of state and classical density functional theory."
1212

13+
[package.metadata.docs.rs]
14+
features = ["all_models"]
15+
1316
[dependencies]
1417
quantity = { workspace = true }
1518
num-dual = { workspace = true }

py-feos/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license.workspace = true
88
repository.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
11+
description = "FeOs - A framework for equations of state and classical density functional theory."
1112

1213
[lib]
1314
name = "feos"

0 commit comments

Comments
 (0)