Skip to content

Releases: koddr/yatr

v1.1.0

21 Jun 20:17
Compare
Choose a tag to compare

⚙️ The v1.1.0 release

Changelog

Features

  • Add GoReleaser feature

Bug fixes

  • Fix workflows

Improvements

  • Improvement to code base

Updates

  • Update .github folder
  • Update README.md
  • Update workflows

Others

  • Bump github.com/koddr/gosl from 1.1.0 to 1.2.0
  • Bump github.com/koddr/gosl from 1.2.0 to 1.3.0
  • Bump github.com/koddr/gosl from 1.3.0 to 1.4.0
  • Bump github.com/koddr/gosl from 1.4.0 to 1.5.0

Install or update

For native Go installation (any platforms):

go install github.com/koddr/yatr@latest

For Homebrew users (GNU/Linux, macOS):

brew upgrade koddr/tap/yatr

💡 Note: See the Wiki page to understand structures of JSON files and get general recommendations.

Your help to improve project

I'd be truly grateful for help with:

  • Creating tests (and/or benchmarks) for code
  • Improving existing functions, structs, or tests
  • Feature requests with interesting functions that would be good to add

Your PRs & issues are welcome! Thanks 😉

v1.0.1

31 May 17:15
Compare
Choose a tag to compare

⚙️ The v1.0.1 patch release

  • Fix gosec and go-critic issues
  • Fix tests

Full Changelog: v1.0.0...v1.0.1

Install or update

go install github.com/koddr/yatr@latest

Using with options

yatr -p /path/to/tasks-file.json

💡 Note: See the Wiki page to understand structure of the task file.

Your help to improve project

I'd be truly grateful for help with:

  • Creating tests (and/or benchmarks) for code
  • Improving existing functions, structs, or tests
  • Feature requests with interesting functions that would be good to add

Your PRs & issues are welcome! Thanks 😉

v1.0.0

31 May 16:00
c2ca6c2
Compare
Choose a tag to compare

🎉 The v1.0.0 release

After several days, I can finally proudly release version v1.0.0 of the yatr package.

Install or update

go install github.com/koddr/yatr@latest

Using with options

yatr -p /path/to/tasks-file.json

💡 Note: See the Wiki page to understand structure of the task file.

Your help to improve project

I'd be truly grateful for help with:

  • Creating tests (and/or benchmarks) for code
  • Improving existing functions, structs, or tests
  • Feature requests with interesting functions that would be good to add

Your PRs & issues are welcome! Thanks 😉