Skip to content

Commit 16a66c1

Browse files
authored
Release v0.4.0 (#88)
This PR edits the CHANGELOG to mark the release of `v0.4.0`.
1 parent 75eb796 commit 16a66c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2024-04-10
11+
1012
### Changed
1113

1214
- Merge reaction and reaction model base classes in `search` and `reaction_predction` ([#63](https://github.com/microsoft/syntheseus/pull/63), [#67](https://github.com/microsoft/syntheseus/pull/67), [#73](https://github.com/microsoft/syntheseus/pull/73), [#74](https://github.com/microsoft/syntheseus/pull/74), [#76](https://github.com/microsoft/syntheseus/pull/76), [#84](https://github.com/microsoft/syntheseus/pull/84)) ([@austint], [@kmaziarz])
@@ -78,10 +80,11 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
7880

7981
:seedling: Initial public release, containing several multi-step search algorithms and a minimal interface for single-step models.
8082

81-
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.3.0...HEAD
83+
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.4.0...HEAD
8284
[0.1.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.1.0
8385
[0.2.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.2.0
8486
[0.3.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.3.0
87+
[0.4.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.4.0
8588

8689
[@austint]: https://github.com/AustinT
8790
[@kmaziarz]: https://github.com/kmaziarz

0 commit comments

Comments
 (0)