Skip to content

Releases: DavidGamba/dgtools

Release clitable/v0.3.0

19 May 03:15
Compare
Choose a tag to compare
== v0.3.0: New feature

* Add support for TSV data.

Release fsmodtime/v0.1.0

12 Apr 06:31
Compare
Choose a tag to compare
== v0.1.0: Initial release

Release buildutils/v0.2.0

12 Apr 06:30
Compare
Choose a tag to compare
== 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

12 Mar 05:28
Compare
Choose a tag to compare
actions: Update publish matrix

Release yaml-parse/v0.3.0

12 Mar 05:12
Compare
Choose a tag to compare
actions: fix tests versions

Release yaml-parse/v0.2.0

15 Feb 05:58
Compare
Choose a tag to compare
== 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

15 Feb 05:56
Compare
Choose a tag to compare
== v0.2.0: New feature

* Add CSV Printer

Release buildutils/v0.1.0

14 Dec 23:29
Compare
Choose a tag to compare
Initial tag release of buildutils

Release run/v0.7.0

12 May 05:25
Compare
Choose a tag to compare
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

06 Jul 05:10
Compare
Choose a tag to compare
password-cache: fix build on macos