Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Releases: talal/bonclay

v1.1.1

25 Dec 11:43
Compare
Choose a tag to compare

Changed

  • Switch back to using Kingpin for command-line parsing.
  • Make Bonclay compatible with the go get command.

Removed

  • Vendoring for dependencies.

v1.1.0

08 Feb 21:07
Compare
Choose a tag to compare

Added

  • init command which can be used to create a config file in the current
    directory.

Changed

  • Better error handling.

v1.0.1

15 Nov 17:54
Compare
Choose a tag to compare

Changes:

  • filepath.Walk() is used for copying recursively instead of manual recursion. The functionality is the
    same as before but the code looks a bit nicer now.
  • Command-line flags and arguments are parsed manually using the standard library instead of kingpin.

v1.0.0

02 Nov 22:04
Compare
Choose a tag to compare

Initial release.