v4.0.0
⚙️ The v4.0.0
release
Changelog
Bug fixes
- Fix macOS 13+ issues
- Fix Dockerfile
- Merge pull request #133 from mystique09/fix-custom-template
- fix: error when creating new app with custom template
Improvements
- Improve release process
Updates
- Update workflows
Others
- Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3
- Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0
- Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13
Install or update
For native Go installation (any platforms):
go install github.com/create-go-app/cli/v4/cmd/cgapp@latest
For Homebrew users (GNU/Linux, macOS):
# Tap a new formula:
brew tap create-go-app/tap
# Installation:
brew install create-go-app/tap/cli
# Upgrade to the latest:
brew upgrade create-go-app/tap/cli
💡 Note: See the
Wiki page
to understand the project structure and get general recommendations.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code.
- Improving existing functions, structs, or tests.
- Feature requests with interesting functions that would be good to add.
Your PRs & issues are welcome! Thanks 😉