You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.3.6
No functional changes.
Maintenance:
- Fix path handling in a unit test.
- clean up example output before exit
- go.mod: update module dependencies
Documentation:
- README.md: add CI link
- add reference links to doc comments
Release v0.3.3
Maintenance update, no functional changes.
- Update Go toolchain base to 1.21.
- Clean up tests and documentation.
- Move the temp marker to the end of the filename.
- cmd/acat: document interrupt behaviour
- Test that panicking in the Tx callback properly calls Cancel.
Report an error early if the target exists and is not a plain file.
While we cannot prevent the target from being (re)created while the temporary
is being written, this check avoids an obvious eventual failure when the target
exists as a directory. Moreover, if the target exists and is some other type of
file (a link, a device, etc.) this reduces likelihood of an error of intent.
Release v0.2.8.
Maintenance update, no library or API changes.
- Update presubmit workflow to add Go 1.19
- Remove deprecated use of io/ioutil.
- Update Go toolchain base to 1.18.