Releases: DavidGamba/dgtools
Releases · DavidGamba/dgtools
Release clitable/v0.3.0
== v0.3.0: New feature * Add support for TSV data.
Release fsmodtime/v0.1.0
== v0.1.0: Initial release
Release buildutils/v0.2.0
== v0.2.0: Add GoModDir function * Add GoModDir function to get the directory of the go.mod file. * Also change dir creation to `0750` for GetFileFromURL task.
Release yaml-parse/v0.3.1
actions: Update publish matrix
Release yaml-parse/v0.3.0
actions: fix tests versions
Release yaml-parse/v0.2.0
== v0.2.0 Simplify usage * Remove -f option to read from file [source, diff] ---- - yaml-parse -f test_data/test.yaml + yaml-parse test_data/test.yaml ---- * Remove replace directives in go.mod
Release clitable/v0.2.0
== v0.2.0: New feature * Add CSV Printer
Release buildutils/v0.1.0
Initial tag release of buildutils
Release run/v0.7.0
Change default behaviour to print errors to stderr as they happen. Mark `PrintErr()` for deprecation since this is now the default behaviour. Introduce `DiscardErr()` to silence live error printing to stderr.
Release password-cache/v0.1.6
password-cache: fix build on macos