Skip to content

Commit

Permalink
Prepare release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Jun 20, 2023
1 parent 738a178 commit 6465bd6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,37 @@ This name should be decided amongst the team before the release.
----------------------------------------------------------------------->

## [Unreleased]
[unreleased]: https://github.com/tweag/topiary/compare/v0.2.2...HEAD
[unreleased]: https://github.com/tweag/topiary/compare/v0.2.3...HEAD

## [0.2.3] - 2023-06-20
[0.2.2]: https://github.com/tweag/topiary/compare/v0.2.2...v0.2.3

### Added
* [#513](https://github.com/tweag/topiary/pull/513) Added the `-t, --tolerate-
parsing-errors` flags to Topiary, `tolerate_parsing_errors` to the `Format`
operation of the library, and a "Tolerate parsing errors" checkmark to the
playground. These options make Topiary ignore errors in the parsed file, and
attempt to format it.
* [#506](https://github.com/tweag/topiary/pull/506) Allows the users to
configure Topiary through a user-defined configuration file. More information
can be found in the `README.md`.

### Changed
* [#523](https://github.com/tweag/topiary/pull/523) Skips rebuilding the tree-
sitter `Query` when performing the idempotence check. This improves performance
when not skipping the idempotence check by about `35%` for OCaml formatting.

### Removed
* [#508](https://github.com/tweag/topiary/pull/508) Simplified language
detection by treating `ocaml` and `ocaml_interface` as two distinct languages.
This ensures we only have one grammar per language. This
removed the `-l ocaml_implementation` flag from Topiary and the
`SupportedLanguage::OcamlImplementation` from the library.

### Fixed
* [#522](https://github.com/tweag/topiary/pull/522) Reverted the bump to the
OCaml grammar and queries. This bump (for as of yet unknown reasons) had a
catastrophic impact on Topiary's performance.

## [0.2.2] - 2023-06-12
[0.2.1]: https://github.com/tweag/topiary/compare/v0.2.1...v0.2.2
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Tweag"]
homepage = "https://topiary.tweag.io"
Expand Down

0 comments on commit 6465bd6

Please sign in to comment.