Releases: hatena/u2s3
Releases · hatena/u2s3
v0.1.11
Changelog
- 960a998 Merge pull request #34 from itchyny/misc-update-20240423
- ac996b6 Bump up Go version to 1.22, use range over int
- da7be36 Bump up dependencies
- d6d7c06 Return values directly
- ab9ef70 Omit unnecessary
break
statement - e4dea9c Migrate from
interface{}
toany
- 67abefc Migrate from deprecated package
io/ioutil
- 48b5a49 Use
go install
to install the command - a01c8d5 Update GitHub Actions versions
- b911991 Merge pull request #32 from hatena/fix/name_template2
v0.1.10
v0.1.8
v0.1.6
What's Changed
- go mod tidy -go=1.17 by @cohalz in #20
- Bump github.com/aws/aws-sdk-go from 1.6.7 to 1.33.0 by @dependabot in #21
- Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0 by @dependabot in #22
- Bump golang.org/x/sys from 0.0.0-20190215142949-d0b11bdaac8a to 0.1.0 by @dependabot in #23
- Fix cgroup error by @nabeo in #26
- Bump github.com/opencontainers/runc from 1.0.0-rc2.0.20170309181334-31980a53ae78 to 1.1.2 by @dependabot in #24
- bump used go version to go 1.20 by @nabeo in #27
New Contributors
- @cohalz made their first contribution in #20
- @dependabot made their first contribution in #21
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Changelog
Release by go 1.17 by do-su-0805 · Pull Request #16 · hatena/u2s3
breaking changes
- Release binary packages format are tar.gz instead of raw binary now.
Bump version
Merge pull request #10 from hatena/release_v0.1.3 v0.1.3
Fix file compression in upload-file sub command
Merge pull request #9 from hatena/add_author_itchyny add itchyny as Author