Releases: alexjoedt/goinit
Releases · alexjoedt/goinit
goinit v1.2.2
What's Changed
This release includes the following changes:
Changelog
- 5d9912f chore(goreleaser): update build configuration to include goarch and ldflags
- 28a07bf chore: add dependabot configuration for gomod and github-actions updates
- c7f8f33 chore: update Go version to 1.26 in go.mod
- 1784525 chore: update Go version to 1.26 in go.mod
Full Changelog: v1.2.1...v1.2.2
goinit v1.2.1
What's Changed
This release includes the following changes:
Changelog
- 8d16023 Merge pull request #7 from alexjoedt:update/cli
- 7779b68 chore(workflows/release.yml): specify GoReleaser version constraint to '~> v2'
- 1dbfd00 chore: add .forge.yaml for versioning management
- ac4b8d9 feat(workflows/go.yml): enhance test step with coverage report and upload results to Codecov
- 80c3a8c refactor(logger): update functions to accept io.Writer for better output handling
- 1bc3032 refactor(logger.go): update function signatures to use 'any' type
- 3081eed refactor(main.go): streamline interactive mode and improve error handling
- a527c18 refactor(progress.go): improve color handling and streamline progress tracking
- b37fd2e refactor(tests): simplify directory creation in test cases
- b957917 refactor(tests): streamline test assertions and remove unused dependencies
Full Changelog: v1.2.0...v1.2.1
goinit v1.2.0
What's Changed
This release includes the following changes:
Changelog
- 73e571e Add GitHub Actions workflow for Go project
- 34cb576 Enhance goinit CLI tool with improved configuration handling and logging (#5)
- 634d203 Merge pull request #1 from alexjoedt/ref/use-template-files
- ef9fe3c Merge pull request #2 from alexjoedt/ref/tests
- 60b133f Merge pull request #3 from alexjoedt:ref/error-messages
- c260ebc Merge pull request #4 from alexjoedt:ref/logging
- 2cea439 Merge pull request #6 from alexjoedt/chore/pipeline
- 4f2d145 add release task
- 134d860 chore(.github/workflows/go.yml): update go version to 1.25
- d9a2fed chore: update Go version from 1.20 to 1.25 in go.mod
- 1b35f0e feat(.github/workflows/release.yml): add GitHub Actions workflow for goreleaser to automate releases
- 6806efb feat(.github/workflows/release.yml, .goreleaser.yaml): update release workflow and add changelog configuration for GoReleaser
- 2a963a9 fix(workflows/go.yml): reorder Build steps
- 0e0921f format usage
- 359fb72 refactor: enhance test structure and add error handling in main_test.go
- 9b2c9f4 refactor: improve error messages
- e9e5053 refactor: migrate templates to separate files and update Makefile, README, and .gitignore
- 682fa72 refactor: streamline logging functions and improve output formatting
Full Changelog: v1.1.0...v1.2.0