You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-17Lines changed: 29 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,43 +42,55 @@ This name should be decided amongst the team before the release.
42
42
43
43
## Unreleased
44
44
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)
46
70
47
71
### Added
48
-
<!-- - <New feature> -->
49
72
-[#862](https://github.com/tweag/topiary/pull/862) Added support for the Simple Domain Modeling Language ([SDML](https://sdml.io)), thanks to @johnstonskj
50
73
-[#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
52
74
-[#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
53
76
-[#987](https://github.com/tweag/topiary/pull/987) Support for prefetching a single language, thanks to @ErinvanderVeen
54
77
55
78
### Changed
56
-
<!-- - <Changes in existing functionality> -->
57
79
-[#859](https://github.com/tweag/topiary/pull/859) Break up integration tests per language, thanks to @mkatychev
58
80
-[#871](https://github.com/tweag/topiary/pull/871) Switch to `mold` linker for CI tests, thanks to @mkatychev
59
81
-[#893](https://github.com/tweag/topiary/pull/893) Use `gix` lib instead of system `git`
60
82
-[#896](https://github.com/tweag/topiary/pull/896) Use official grammar repo for OpenSCAD, thanks to @mkatychev
61
83
-[#933](https://github.com/tweag/topiary/pull/933) Bump the `tree-sitter` dependency to 0.25, thanks to @mkatychev
62
84
63
-
<!-- ### Deprecated -->
64
-
<!-- - <Soon-to-be removed features> -->
65
-
66
-
<!-- ### Removed -->
67
-
<!-- - <Removed features> -->
68
-
69
85
### Fixed
70
-
<!-- - <Bug fixes> -->
71
86
-[#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
72
88
-[#869](https://github.com/tweag/topiary/pull/869) Disable parallel grammar building on Windows
73
89
-[#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
74
90
-[#953](https://github.com/tweag/topiary/pull/953) Coverage output when there are zero queries
75
91
-[#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
0 commit comments