Skip to content

Commit 7e04461

Browse files
authored
Release 0.6.1 (#1011)
* Update CHANGELOG * Update version -> 0.6.1 * Documented interim release process for config/queries * Update lockfiles
1 parent 86a3648 commit 7e04461

File tree

5 files changed

+481
-335
lines changed

5 files changed

+481
-335
lines changed

CHANGELOG.md

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,43 +42,55 @@ This name should be decided amongst the team before the release.
4242

4343
## Unreleased
4444

45-
[Full list of changes](https://github.com/tweag/topiary/compare/v0.6.0...HEAD)
45+
[Full list of changes](https://github.com/tweag/topiary/compare/v0.6.1...HEAD)
46+
47+
<!--
48+
### Added
49+
- <New feature>
50+
51+
### Changed
52+
- <Changes in existing functionality>
53+
54+
### Deprecated
55+
- <Soon-to-be removed features>
56+
57+
### Removed
58+
- <Removed features>
59+
60+
### Fixed
61+
- <Bug fixes>
62+
63+
### Security
64+
- <Vulnerabilities>
65+
-->
66+
67+
## v0.6.1 - Gilded Ginkgo - 2025-05-27
68+
69+
[Full list of changes](https://github.com/tweag/topiary/compare/v0.6.0...v0.6.1)
4670

4771
### Added
48-
<!-- - <New feature> -->
4972
- [#862](https://github.com/tweag/topiary/pull/862) Added support for the Simple Domain Modeling Language ([SDML](https://sdml.io)), thanks to @johnstonskj
5073
- [#884](https://github.com/tweag/topiary/pull/884) The Topiary Book
51-
- [#933](https://github.com/tweag/topiary/pull/933) Added support for WIT, thanks to @mkatychev
5274
- [#918](https://github.com/tweag/topiary/pull/918) Language prefetching utilities for Nix
75+
- [#933](https://github.com/tweag/topiary/pull/933) Added support for WIT, thanks to @mkatychev
5376
- [#987](https://github.com/tweag/topiary/pull/987) Support for prefetching a single language, thanks to @ErinvanderVeen
5477

5578
### Changed
56-
<!-- - <Changes in existing functionality> -->
5779
- [#859](https://github.com/tweag/topiary/pull/859) Break up integration tests per language, thanks to @mkatychev
5880
- [#871](https://github.com/tweag/topiary/pull/871) Switch to `mold` linker for CI tests, thanks to @mkatychev
5981
- [#893](https://github.com/tweag/topiary/pull/893) Use `gix` lib instead of system `git`
6082
- [#896](https://github.com/tweag/topiary/pull/896) Use official grammar repo for OpenSCAD, thanks to @mkatychev
6183
- [#933](https://github.com/tweag/topiary/pull/933) Bump the `tree-sitter` dependency to 0.25, thanks to @mkatychev
6284

63-
<!-- ### Deprecated -->
64-
<!-- - <Soon-to-be removed features> -->
65-
66-
<!-- ### Removed -->
67-
<!-- - <Removed features> -->
68-
6985
### Fixed
70-
<!-- - <Bug fixes> -->
7186
- [#867](https://github.com/tweag/topiary/pull/867) Enable coverage check and add code samples for OpenSCAD
87+
- [#867](https://github.com/tweag/topiary/pull/972) Fixed [#969](https://github.com/tweag/topiary/issues/969): unhandled trailing comment in multiline list for OpenSCAD, thanks to @mkatychev
7288
- [#869](https://github.com/tweag/topiary/pull/869) Disable parallel grammar building on Windows
7389
- [#908](https://github.com/tweag/topiary/pull/908) [#907](https://github.com/tweag/topiary/pull/907) [#939](https://github.com/tweag/topiary/pull/939) [#955](https://github.com/tweag/topiary/pull/955) [#964](https://github.com/tweag/topiary/pull/964) [#967](https://github.com/tweag/topiary/pull/967) [#975](https://github.com/tweag/topiary/pull/975) Various OCaml issues and improvements
7490
- [#953](https://github.com/tweag/topiary/pull/953) Coverage output when there are zero queries
7591
- [#974](https://github.com/tweag/topiary/pull/974) No longer remove trailing spaces after pretty-printing
76-
- [#867](https://github.com/tweag/topiary/pull/972) Fixed [#969](https://github.com/tweag/topiary/issues/969) unhandled trailing comment in multiline list for OpenSCAD, thanks to @mkatychev
77-
- [#999](https://github.com/tweag/topiary/pull/999) Fixed [#997](https://github.com/tweag/topiary/issues/997) erroneous spacing of block comments in OpenSCAD
78-
- [#992](https://github.com/tweag/topiary/pull/992) Fixed [openscad-LSP#48](https://github.com/Leathong/openscad-LSP/issues/48) unhandled newline separation for transform chains, thanks to @mkatychev
79-
80-
<!-- ### Security -->
81-
<!-- - <Vulnerabilities> -->
92+
- [#992](https://github.com/tweag/topiary/pull/992) Fixed [openscad-LSP#48](https://github.com/Leathong/openscad-LSP/issues/48): unhandled newline separation for transform chains, thanks to @mkatychev
93+
- [#999](https://github.com/tweag/topiary/pull/999) Fixed [#997](https://github.com/tweag/topiary/issues/997): erroneous spacing of block comments in OpenSCAD
8294

8395
## v0.6.0 - Gilded Ginkgo - 2025-01-30
8496

0 commit comments

Comments
 (0)