Skip to content

v0.3.0

Compare
Choose a tag to compare
@Cian911 Cian911 released this 23 Jan 21:40
· 190 commits to master since this release
57f2235

Changelog

New Features

  • 96e92e9: EVENT: Add new test for Move() method (@Cian911)
  • d9160b9: EVENT: Add test case for file removal after successful copy. (@Cian911)
  • 4c08ccf: EVENT: Update Move func to copy files from src to dest over hard os.Rename. This has the advantage of avoiding the 'cross-device link' issue when using docker (or different mount devices) volumes. (@Cian911)
  • b6fc3a6: UTILS: Add buikd arg for debian (@Cian911)

Fixes

  • bf7ffca: EXAMPLES: Update systemd example and add launchctl example. (@Cian911)

Workflow Updates

  • e5ff9f2: ACTIONS: Update rleease action & goreleaser to support Docker (@Cian911)

Other things