Skip to content

Releases: yuuki/binrep

v0.6.4

10 Dec 15:40
Compare
Choose a tag to compare

v0.6.4 (2017-12-11)

  • Fix bug that subcommands don't display help #13 (yuuki)

Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v0.6.3

09 Dec 19:46
Compare
Choose a tag to compare

v0.6.3 (2017-12-10)

  • Support endpoint setting via environment variable (BINREP_BACKEND_ENDPOINT) #12 (yuuki)

Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v0.6.2

08 Dec 05:32
Compare
Choose a tag to compare

v0.6.2 (2017-12-08)

  • Fix bug that cannot push new project release #11

Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v0.6.0

06 Nov 02:54
Compare
Choose a tag to compare

v0.6.0 (2017-11-06)

  • S3 unit testing #10 (yuuki)
  • Preserve file permission when pushing #9 (yuuki)
  • Remove sync command because it is too complicated #8 (yuuki)
  • Skip pushing the binaries if each checksum of them is the same with one of the binaries on remote storage. #7 (yuuki)
  • Implement pull --max-bandwidth option #6 (yuuki)
  • Avoid S3 multipart download to efficiently calculate checksum #5 (yuuki)

Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v0.5.1

20 Oct 17:39
Compare
Choose a tag to compare

v0.5.1 (2017-10-21)

  • Implement --credits option to display the dependency licenses #4 (yuuki)

Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v0.5.0

20 Oct 15:55
Compare
Choose a tag to compare

v0.5.0 (2017-10-21)

v0.4.0

20 Oct 07:06
Compare
Choose a tag to compare

Changelog

v0.4.0 (2017-10-20)

  • Implement sync subcommand #2 (yuuki)
  • Implement cleanup some old directories when pushing #1 (yuuki)

v0.3.0

16 Oct 14:39
Compare
Choose a tag to compare

Changelog

64d3c40 Bump version 0.3.0
c03ac6e Use sha256
592aa08 Use short format
4973fb0 Use short checksum for display
cb4f111 Print NAME instead of URL
fe22b79 Refactor handling s3 endpoint
7bc71c8 Implement show --timestamp option
b7cd6c5 Fix const variable name
4929a7b Add code comments for struct/interface/func
306fe5a Add lint task for Makefile
aa47734 Implement show sub command
5c74af6 Add how to release to README


Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v0.2.0

15 Oct 19:08
Compare
Choose a tag to compare

Changelog

9864592 Bump version 0.2.0
16789cf Prepare release scripts
8ec15ba Support to push multiple files
78939b2 Fix nil pointer dereference
962890a Remove Binary.Timestamp because each binary's timestamp in a release is the same
b739bc9 Move PullBinary to PullRelease
b8a0127 Refactor code by the 'release' conecpt
eb347a1 Remove unused code
81b93db Rename s3 package to storage package
a10bf64 Remove unused code
ede6144 Refactor for multiple binaries
dc9e147 Refactor the process to find meta.yml
cbe060a Rename sbrepo to binrep
8d9a523 Validate checksum and remove invalid file
6da5007 Add overview document to README
a6d6538 Use just io.Reader
dcb5baa Refactor using Binary struct
d10699c Introduce meta.yml to support multiple binary files
5c5b4ac Vendoring gopkg.in/yaml.v2


Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v0.1.0

14 Oct 02:40
Compare
Choose a tag to compare

Changelog

875e6f0 Fix typo
450e575 ignore dist/
1cde502 Tweak goreleaser
8e001d0 Add .goreleaser.yml
5888668 Add .gitignore
77fa3d7 Add Makefile
5cdf74c Adopt ghq-like repository structures like //
8ace043 Vendoring github.com/jehiah/go-strftime
eb62159 Implement pull subcommand
a5bc125 Tweak
1ed9c86 Implement push subcommand
e7d954d Add pkg/errors
04baed9 Vendoring
9f28f0b Add LICENSE
ae6e7bc Add version.go
6c46755 Add README
04a619e Initial commit


Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64