What's Changed
- testscript: fix ptyName() returning /dev/pts/4294967296 on s390x by @anthonyfok in #246
- all: Move away from ioutil by @abhinav in #248
- testscript/doc: add
go
to the list of testscript commands by @rudifa in #249 - testscript: Add Chdir method to change directory by @abhinav in #247
- testscript: add kill command by @kortschak in #243
- testscript: clarify HOME and TMPDIR env var names by @mvdan in #240
- all: Add Go 1.22, drop Go 1.20 by @abhinav in #252
- update dependencies and rely on Go 1.21 APIs by @mvdan in #256
- cmd/testscript: remove redundant use of Failed by @rogpeppe in #257
- testscript: add Config.Files by @rogpeppe in #258
- cmd/testscript: do not create an extra temporary directory by @rogpeppe in #259
- Fix typos discovered by codespell by @cclauss in #262
- testscript: ignore result when interrupting background processes by @mvdan in #265
- add goproxytest testing API, forward dirhash by @mvdan in #272
- update Go, update the README by @mvdan in #273
New Contributors
- @anthonyfok made their first contribution in #246
- @abhinav made their first contribution in #248
- @rudifa made their first contribution in #249
- @kortschak made their first contribution in #243
- @cclauss made their first contribution in #262
Full Changelog: v1.12.0...v1.13.1