Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.10.1

* Retract v0.9.{0,1} as the API change was reverted in v0.10.0

## v0.10.0

* Rename `New{MapWith,MapFrom,}` to `New{With,From,}` for ergonomic reasons. Sorry about the thrash.
Expand Down
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ go 1.23

toolchain go1.24.1

retract (
// breaking change that was reverted in 0.10.0
v0.9.0
v0.9.1
)

require github.com/google/go-cmp v0.7.0

require pgregory.net/rapid v1.2.0
Loading