Skip to content

Releases: meowgorithm/pipedream

v1.1.1

15 Aug 20:10
c8cb430
Compare
Choose a tag to compare

Changelog

  • 5582eb6 Add macOS Silicon build to GoReleaser
  • daa656b Bump golang.org/x/sys to fix build errors
  • bf185b3 Fix a CLI example in README
  • a115801 Fix case where done channel could be closed twice
  • aa22fb7 Fix program name in generated help stuff
  • 9ea9810 Nope, not in Homebrew core
  • 1c975d8 Now in Homebrew core!
  • c8cb430 Remove UPX compression in GoReleaser
  • 673fca5 Remove Windows Binary compression in GoReleaser
  • b1a2dcd Use Go 1.19 in go.mod
  • c91ce24 go mod tidy

v1.1.0

13 Aug 01:59
59803d4
Compare
Choose a tag to compare

Changelog

cbe9736 Compress binaries with UPX in goreleaser hook
59803d4 Fix darwin target in Goreleaser
efbd8f6 Fix shell error in fancy CLI example
396ed9e Fix stdout/pipe detection on Linux

v1.0.1

12 Aug 02:34
5bd1d79
Compare
Choose a tag to compare

Changelog

7681c9b Fix lint stuff
5bd1d79 Move homebrew tap
96695c2 Move usage before installation in README
b071c54 Whoops, remove stray logging

v1.0.0

10 Aug 02:53
971195d
Compare
Choose a tag to compare

Changelog

971195d Initial commit; add everything