Skip to content

Commit

Permalink
prepare v2.5.0 (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Oct 1, 2022
1 parent 2552daa commit ab8e621
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## v2.5.0 - 2022-10-01

- Feature add a graceful parser that reports errors in the .editorconfig file as warnings
- Bump Go version to 1.18 in the go.mod
- Bump go.pkg.in/ini.v1 to 1.67.0
- Bump google/go-cmp to 0.5.9

## v2.4.5 - 2022-06-18

- Bump Go version to 1.17 in the go.mod
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.18

require (
github.com/google/go-cmp v0.5.9
github.com/hashicorp/go-multierror v1.1.1
golang.org/x/mod v0.5.1
gopkg.in/ini.v1 v1.67.0
)

require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
)

0 comments on commit ab8e621

Please sign in to comment.