Unclaimed project
Are you a maintainer of go-internal? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
go-internal
Selected Go-internal packages factored out from the standard library
Back to changelogNew
v1.13.1
What's Changed
- testscript: fix ptyName() returning /dev/pts/4294967296 on s390x by @anthonyfok in https://github.com/rogpeppe/go-internal/pull/246
- all: Move away from ioutil by @abhinav in https://github.com/rogpeppe/go-internal/pull/248
- testscript/doc: add
go to the list of testscript commands by @rudifa in https://github.com/rogpeppe/go-internal/pull/249
- testscript: Add Chdir method to change directory by @abhinav in https://github.com/rogpeppe/go-internal/pull/247
- testscript: add kill command by @kortschak in https://github.com/rogpeppe/go-internal/pull/243
- testscript: clarify HOME and TMPDIR env var names by @mvdan in https://github.com/rogpeppe/go-internal/pull/240
- all: Add Go 1.22, drop Go 1.20 by @abhinav in https://github.com/rogpeppe/go-internal/pull/252
- update dependencies and rely on Go 1.21 APIs by @mvdan in https://github.com/rogpeppe/go-internal/pull/256
- cmd/testscript: remove redundant use of Failed by @rogpeppe in https://github.com/rogpeppe/go-internal/pull/257
- testscript: add Config.Files by @rogpeppe in https://github.com/rogpeppe/go-internal/pull/258
- cmd/testscript: do not create an extra temporary directory by @rogpeppe in https://github.com/rogpeppe/go-internal/pull/259
Fix typos discovered by codespell by @cclauss in https://github.com/rogpeppe/go-internal/pull/262testscript: ignore result when interrupting background processes by @mvdan in https://github.com/rogpeppe/go-internal/pull/265add goproxytest testing API, forward dirhash by @mvdan in https://github.com/rogpeppe/go-internal/pull/272update Go, update the README by @mvdan in https://github.com/rogpeppe/go-internal/pull/273New Contributors
- @anthonyfok made their first contribution in https://github.com/rogpeppe/go-internal/pull/246
- @abhinav made their first contribution in https://github.com/rogpeppe/go-internal/pull/248
- @rudifa made their first contribution in https://github.com/rogpeppe/go-internal/pull/249
- @kortschak made their first contribution in https://github.com/rogpeppe/go-internal/pull/243
- @cclauss made their first contribution in https://github.com/rogpeppe/go-internal/pull/262
Full Changelog: https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1