Skip to content

Commit 442b441

Browse files
author
Erin van der Veen
authored
Merge pull request #502 from tweag/erin/release-0.2.2
Prepare release 0.2.2
2 parents cfab93d + 66b994c commit 442b441

File tree

3 files changed

+128
-182
lines changed

3 files changed

+128
-182
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,27 @@ This name should be decided amongst the team before the release.
3838
----------------------------------------------------------------------->
3939

4040
## [Unreleased]
41-
[unreleased]: https://github.com/tweag/topiary/compare/v0.2.1...HEAD
41+
[unreleased]: https://github.com/tweag/topiary/compare/v0.2.2...HEAD
42+
43+
## [0.2.2] - 2023-06-12
44+
[0.2.1]: https://github.com/tweag/topiary/compare/v0.2.1...v0.2.2
45+
46+
### Added
47+
* [#498](https://github.com/tweag/topiary/pull/498) Updated the playground to include a nicer editor.
48+
* [#487](https://github.com/tweag/topiary/pull/487) Added a flag to `format` function that allows skipping the idempotency check.
49+
* [#486](https://github.com/tweag/topiary/pull/486) Added the processing time to the online playground.
50+
* [#484](https://github.com/tweag/topiary/pull/484) Enabled the playground to perform on-the-fly formatting.
51+
* [#480](https://github.com/tweag/topiary/pull/480) Shows which languages are marked as experimental in the playground.
52+
53+
### Changed
54+
* [#490](https://github.com/tweag/topiary/pull/490) Bumped the Nickel grammar.
55+
* [#494](https://github.com/tweag/topiary/pull/494) Bumped the OCaml grammar, and fixed for the renamed `infix_operator` named node.
56+
57+
### Fixed
58+
* [#493](https://github.com/tweag/topiary/pull/493) Fixed
59+
[#492](https://github.com/tweag/topiary/issues/492) by only trimming newlines in prettyprinting.
60+
* [#491](https://github.com/tweag/topiary/pull/493) Fixed
61+
[#481](https://github.com/tweag/topiary/issues/492), a SIGSEGV in exhaustivity testing.
4262

4363
## [0.2.1] - 2023-05-23
4464
[0.2.1]: https://github.com/tweag/topiary/compare/v0.2.0...v0.2.1

0 commit comments

Comments
 (0)