Releases: Nicconike/AutomatedGo
Releases · Nicconike/AutomatedGo
v2.1.0
2.1.0 (2024-10-15)
🎁 Feature
- add prompts for os & arch (c47987b)
🚧 Chores
🔁 CI
- bump sigstore/cosign-installer in the github-actions group (#9) (2756354)
- bump codecov/codecov-action in the github-actions group (#7) (89618ab)
What's Changed
- ci: bump codecov/codecov-action from 4.5.0 to 4.6.0 in the github-actions group by @dependabot in #7
- chore(deps): bump github.com/schollz/progressbar/v3 from 3.16.0 to 3.16.1 by @dependabot in #8
- ci: bump sigstore/cosign-installer from 3.6.0 to 3.7.0 in the github-actions group by @dependabot in #9
Full Changelog: v2.0.3...v2.1.0
v2.0.2
2.0.2 (2024-10-01)
🐞 Bug Fixes
- update downloader code to correctly compile the filename (becbc2d)
📄 Documentation
- update readme (1d91845)
🔎 Tests
🔀 Code Refactoring
- add service.go (311148a)
🚧 Chores
- deps: bump github.com/schollz/progressbar/v3 (#6) (e7cd015)
- deps: bump github.com/stretchr/testify from 1.5.1 to 1.9.0 (#5) (f5b5f3b)
🔁 CI
- fix credentials usage (b7f4ecf)
- Update docker.yml (986e999)
- update metadata tags (535f013)
- update docker metadata tags (6b256d1)
What's Changed
- Update module path to v2 and fix import statements for v2.0.2
v2.0.1
v2.0.0
2.0.0 (2024-09-19)
📣 Breaking Changes
- update code with interfaces (168bda7)
test: add unittests for main.go
refactor: refactor all code as per interfaces implementation
ci: update package release
build: update go.mod
docs: update readme
BREAKING CHANGE: Interfaces Implementation and now prompt for download with path
📄 Documentation
🔀 Code Refactoring
- fix lint issues for unittests (fd6183f)
🚧 Chores
🔁 CI
- bump golangci/golangci-lint-action in the github-actions group (#3) (e29d363)
- add cosign image step (9de1270)
- update tags (5477287)
- fix workflows (efeb78b)
- update docker.yml to use GH App token (910d915)
- Add docker CI (4c81a0c)
- update codeql for go (ad7cdb2)
- Create codeql.yml (7682fcf)
What's Changed
- Update module path to v2 and fix import statements for v2.0.0
- ci: bump golangci/golangci-lint-action from 3 to 6 in the github-actions group by @dependabot in #3
- chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0 by @dependabot in #4
Full Changelog: v1.2.0...v2.0.0
v2.0.3
v1.2.0
1.2.0 (2024-09-12)
🎁 Feature
- Prompt user to download (556a1e5)
📄 Documentation
- update issue templates (b195484)
- update doc.go (9c3516f)
- update readme (0cd6d5a)
- update readme (8e7a988)
🔎 Tests
- 100% codecov (c8f457b)
- Improve codecov for downloader.go (576916c)
- 100% codecov for checksum.go (4b96091)
- Improve codecov for checksum.go (f657865)
🚧 Chores
- Update name to AutomatedGo (a45ed38)
- deps: bump github.com/schollz/progressbar/v3 (#2) (e582dc6)
- update .goreleaser.yml (cb0a5e6)