Skip to content

Commit 142d35b

Browse files
authored
Release v0.1.1 (#8)
* Release v0.1.1 * added pyproject.toml and updated changelog
1 parent cc1353d commit 142d35b

File tree

7 files changed

+1265
-3
lines changed

7 files changed

+1265
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
Cargo.lock

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.1] - 2022-02-23
10+
### Added
11+
- Added `pyproject.toml`. [#8](https://github.com/feos-org/feos/pull/8)
12+
- Fixed modules of `SI` classes to make them pickleable. [#8](https://github.com/feos-org/feos/pull/8)
13+
14+
### Packaging
15+
- Updated [`feos-core`](https://github.com/feos-org/feos-core/blob/main/CHANGELOG.md) to 0.1.5.
16+
- Updated [`feos-dft`](https://github.com/feos-org/feos-dft/blob/main/CHANGELOG.md) to 0.1.3.
17+
918
## [0.1.0] - 2022-01-14
1019
### Added
1120
- Initial release

0 commit comments

Comments
 (0)