Skip to content

Releases: msiebeneicher/snab

v0.4.0

21 Aug 12:17
Compare
Choose a tag to compare

Changelog

  • 923bc21 build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2
  • 28bfb94 build(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3
  • 14f31f4 build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
  • 833f798 build(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0
  • c0cd87c build(deps): bump mvdan.cc/sh/v3 from 3.6.0 to 3.7.0
  • dcb6f96 build(deps): bump pascalgn/size-label-action from 0.4.3 to 0.5.0
  • 32b8966 build(version): pin version after release to v0.4.0-dev
  • 7612109 chore(deps): update exec.go to go-task/task:a2f8adb
  • d49a079 feat(dummy): add dummy app for testing and as example

v0.3.1

22 Mar 08:27
Compare
Choose a tag to compare

What's Changed

  • !fix(task-exec): fix usage of snabflile directory to working directory by (#14)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Mar 08:49
Compare
Choose a tag to compare

What's Changed

  • 56c44f0 feat(parent-commands): add parent command grouping (#13)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 Mar 09:47
Compare
Choose a tag to compare

What's Changed

  • feat(command): trim whitespace and slashes from commands (#9)
  • feat(dependabot): add configuration for gomod and GitHub Actions (#5)
  • feat(go-ci): add github action for linting, staticcheck, compiling (#3)
  • refactor(snab-command): rename own commands from snab to origin (#10)
  • build(deps): bump asdf-vm/actions from 1 to 2 (#11)
  • build(deps): bump actions/setup-go from 3 to 4 (#12)

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Mar 17:03
Compare
Choose a tag to compare
  • docs(readme): add base documentation
  • feat(snab-commands): add docs generate command
  • feat(commands): implement args handling
  • feat(commands): implement flag handling
  • chore: update editorconfig for go indent_style
  • feat(snab-commands): add install and uninstall commands
  • chore(snabfile): update example snab file
  • feat(snabfile): add snabfile load handling
  • feat(snabfile): add snabfile arg and env handling
  • feat(snab-commands): add install and uninstall cmds
  • feat: add base functions
  • feat: add base app structure