Skip to content

Releases: Nicconike/AutomatedGo

v2.1.0

15 Oct 23:31
c47987b
Compare
Choose a tag to compare

2.1.0 (2024-10-15)

🎁 Feature

  • add prompts for os & arch (c47987b)

🚧 Chores

  • deps: bump github.com/schollz/progressbar/v3 (#8) (e118eaa)
  • update workflow step (e37f10f)

🔁 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

01 Oct 22:22
v2.0.2
3efc6f4
Compare
Choose a tag to compare

2.0.2 (2024-10-01)

🐞 Bug Fixes

  • update downloader code to correctly compile the filename (becbc2d)

📄 Documentation

🔎 Tests

🔀 Code Refactoring

🚧 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

What's Changed

  • Update module path to v2 and fix import statements for v2.0.2

v2.0.1

19 Sep 23:47
v2.0.1
c45ecc1
Compare
Choose a tag to compare

2.0.1 (2024-09-19)

🐞 Bug Fixes

  • correct the unit tests code (203b7b7)

What's Changed

  • Update module path to v2 and fix import statements for v2.0.1

v2.0.0

15 Oct 19:15
v2.0.0
42a6d3b
Compare
Choose a tag to compare

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

  • add security policy & PR template (e60659b)
  • update changelog (2c4913d)

🔀 Code Refactoring

  • fix lint issues for unittests (fd6183f)

🚧 Chores

  • deps: bump github.com/schollz/progressbar/v3 (#4) (0dc10f5)

🔁 CI

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

01 Oct 23:06
49eb11f
Compare
Choose a tag to compare

2.0.3 (2024-10-01)

🐞 Bug Fixes

  • update import paths for the Go code (49eb11f)

🔁 CI

  • update index pkg.go.dev step (4857bae)

v1.2.0

12 Sep 22:11
89bd3d4
Compare
Choose a tag to compare

1.2.0 (2024-09-12)

🎁 Feature

  • Prompt user to download (556a1e5)

📄 Documentation

🔎 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)

🔁 CI

v1.1.0

16 Jul 20:48
5884a15
Compare
Choose a tag to compare

1.1.0 (2024-07-16)

🎁 Feature

  • Add checksum verification (5884a15)

🔁 CI

  • run goreleaser only if new release (9485e92)
  • use v2 for goreleaser action (7b8a72c)
  • use v6 for goreleaser (25591d3)
  • update release workflow (88c916a)
  • update release workflow (4d6686b)

v1.0.6

08 Jul 17:27
8fa9fc1
Compare
Choose a tag to compare

1.0.6 (2024-07-08)

🐞 Bug Fixes

  • Use goreleaser for publishing (8fa9fc1)

📄 Documentation

🚧 Chores

  • deps: bump codecov/codecov-action from 4.0.1 to 4.5.0 (#1) (4ec7844)

v1.0.5

08 Jul 12:49
ad86fbb
Compare
Choose a tag to compare

1.0.5 (2024-07-08)

🐞 Bug Fixes

🔁 CI

v1.0.4

08 Jul 12:19
6122c5d
Compare
Choose a tag to compare

1.0.4 (2024-07-08)

🐞 Bug Fixes

📄 Documentation

🔎 Tests

  • Add codecov for downloader.go (c86aa3b)

🔁 CI