Skip to content

Commit 1089cb7

Browse files
authored
Release v0.7.2 (#147)
This PR edits the CHANGELOG to mark the release of `v0.7.2`. This is a small bugfix release to fix automatic checkpoint downloading, which broke recently due to upstream changes.
1 parent 9105e43 commit 1089cb7

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.7.2] - 2026-01-30
11+
1012
### Fixed
1113

1214
- Fix automatic checkpoint download ([#146](https://github.com/microsoft/syntheseus/pull/146)) ([@kmaziarz])
@@ -148,7 +150,7 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
148150

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

151-
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.7.1...HEAD
153+
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.7.2...HEAD
152154
[0.1.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.1.0
153155
[0.2.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.2.0
154156
[0.3.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.3.0
@@ -158,6 +160,7 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
158160
[0.6.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.6.0
159161
[0.7.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.7.0
160162
[0.7.1]: https://github.com/microsoft/syntheseus/releases/tag/v0.7.1
163+
[0.7.2]: https://github.com/microsoft/syntheseus/releases/tag/v0.7.2
161164

162165
[@austint]: https://github.com/AustinT
163166
[@kmaziarz]: https://github.com/kmaziarz

0 commit comments

Comments
 (0)