Skip to content

Commit 8b8f22b

Browse files
authored
Release v0.3.0 (#52)
This PR marks the release of `v0.3.0`, which makes notable progress in making the single-step models easier to setup and use. This will be the first version to be released on PyPI.
1 parent d3142bb commit 8b8f22b

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.3.0] - 2023-12-19
11+
1012
### Added
1113

1214
- Add a general CLI endpoint ([#44](https://github.com/microsoft/syntheseus/pull/44)) ([@kmaziarz])
@@ -54,9 +56,10 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
5456

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

57-
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.2.0...HEAD
59+
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.3.0...HEAD
5860
[0.1.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.1.0
5961
[0.2.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.2.0
62+
[0.3.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.3.0
6063

6164
[@austint]: https://github.com/AustinT
6265
[@kmaziarz]: https://github.com/kmaziarz

0 commit comments

Comments
 (0)