Skip to content

Commit

Permalink
release v2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Emi Stein <emi@hexops.com>
  • Loading branch information
emidoots committed Feb 19, 2025
1 parent 5f919d7 commit 517ab06
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

autogold makes `go test -update` automatically update your Go tests (golden files and Go values in e.g. `foo_test.go`).

~5m introduction available on YouTube:

[_"It's 2021: you shouldn't have to update Go tests manually"_](https://youtu.be/mvkIruEGRr4)

## Installation

```sh
Expand Down Expand Up @@ -133,6 +129,14 @@ The following are alternatives to autogold, making note of the differences we fo

## Changelog

#### v2.3.0

Updated to valast v1.5.0:

* Updated to valast v1.5.0: now supports [registration of custom types -> AST conversions.](https://github.com/hexops/valast/commit/41f59f9d46befd6bfbb2e9e8be90d10fe2937b57)
* Optimization making [test comparisons run faster.](https://github.com/hexops/autogold/commit/f1b7fcb6600b3022d27bcbb646fe050e92bce588)


#### v2.2.1

Updated to valast v1.4.4:
Expand Down

0 comments on commit 517ab06

Please sign in to comment.