Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 2699ef3

Browse files
committed
Release v0.2.0
1 parent 2cdc65e commit 2699ef3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.0] - 2025-01-27
10+
### Changed
11+
- Made `PcSaftBinary` generic for associating/non-associating systems. [#2](https://github.com/feos-org/feos-ad/pull/2)
12+
13+
### Removed
14+
- Removed `ChemicalRecord`. [#2](https://github.com/feos-org/feos-ad/pull/2)
15+
916
## [0.1.1] - 2025-01-21
1017
### Added
1118
- Implemented PC-SAFT for a binary mixture. [#1](https://github.com/feos-org/feos-ad/pull/1)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feos-ad"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Philipp Rehner <prehner@ethz.ch"]
55
edition = "2021"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ The following **models** are implemented:
2929
## Installation
3030
Just add the dependency to your `Cargo.toml`
3131
```toml
32-
feos-ad = "0.1"
32+
feos-ad = "0.2"
3333
```

0 commit comments

Comments
 (0)