Skip to content

Commit d68987b

Browse files
authored
Release v0.7.1 (#145)
This PR edits the CHANGELOG to mark the release of `v0.7.1`.
1 parent fe4aa4d commit d68987b

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.1] - 2026-01-08
11+
1012
### Changed
1113

1214
- Move `inference/base.py` out of `inference/` ([#144](https://github.com/microsoft/syntheseus/pull/144)) ([@kmaziarz])
@@ -142,7 +144,7 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
142144

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

145-
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.7.0...HEAD
147+
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.7.1...HEAD
146148
[0.1.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.1.0
147149
[0.2.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.2.0
148150
[0.3.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.3.0
@@ -151,6 +153,7 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
151153
[0.5.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.5.0
152154
[0.6.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.6.0
153155
[0.7.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.7.0
156+
[0.7.1]: https://github.com/microsoft/syntheseus/releases/tag/v0.7.1
154157

155158
[@austint]: https://github.com/AustinT
156159
[@kmaziarz]: https://github.com/kmaziarz

0 commit comments

Comments
 (0)