v1.11.1
No functionality or API changes in this version. We downgrade the go version requirement in go.mod
to 1.19 since only tests actually use go 1.20 APIs.
This makes the 1.11.1 version suitable for deploying with projects that are not yet on go 1.20 but require forward compatibility with multi-cause errors encoded by version 1.11.0 or greater of this library. (We had previously released 1.10.1 for this purpose, but that wasn't necessary in retrospect.)
What's Changed
- ci: update actions; remove unneded check for go version by @alexandear in #124
- Fix typos in comments by @alexandear in #125
- Replace deprecated io/ioutil package with os by @alexandear in #126
- Downgrade go version requirement to 1.19 by @dhartunian in #127
New Contributors
- @alexandear made their first contribution in #124
Full Changelog: v1.11.0...v1.11.1