diff --git a/CHANGELOG.MD b/CHANGELOG.MD index e6e23b1..99200a2 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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. diff --git a/go.mod b/go.mod index 8ba4762..d9c6d13 100644 --- a/go.mod +++ b/go.mod @@ -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