Skip to content

Commit 545a15f

Browse files
authored
Release v0.6.0 (#134)
This PR edits the CHANGELOG to mark the release of `v0.6.0`, which bundles together changes that have accumulated over the past year.
1 parent 990831d commit 545a15f

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.6.0] - 2025-09-23
11+
1012
### Changed
1113

1214
- Drop support for Python 3.7 ([#113](https://github.com/microsoft/syntheseus/pull/113)) ([@kmaziarz])
@@ -124,13 +126,14 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
124126

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

127-
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.5.0...HEAD
129+
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.6.0...HEAD
128130
[0.1.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.1.0
129131
[0.2.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.2.0
130132
[0.3.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.3.0
131133
[0.4.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.4.0
132134
[0.4.1]: https://github.com/microsoft/syntheseus/releases/tag/v0.4.1
133135
[0.5.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.5.0
136+
[0.6.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.6.0
134137

135138
[@austint]: https://github.com/AustinT
136139
[@kmaziarz]: https://github.com/kmaziarz

0 commit comments

Comments
 (0)