Releases: gin-contrib/location
Releases · gin-contrib/location
v2.0.1
Changelog
Enhancements
- d1a73b8: chore(deps): upgrade golang.org/x/crypto to v0.45.0 (@appleboy)
- 2614c6b: chore: update Go module dependencies to latest versions (@appleboy)
- 58433f1: chore: remove bearer.yml workflow (@appleboy)
- 38d88a2: chore(deps): bump actions/checkout from 4 to 6 (@appleboy)
- eb938a2: chore(deps): upgrade quic-go to v0.57.1 (@appleboy)
- 5be7618: chore(ci): update golangci-lint to v2.6 (@appleboy)
- 4c2e5b9: chore(deps): bump actions/cache from 4 to 5 (@appleboy)
- d3dfbb8: chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0 (@appleboy)
- 63247da: chore(deps): upgrade gin to v1.12.0 and update CI Go versions (@appleboy)
- 7aaeb47: chore(deps): upgrade golang.org/x/text to v0.35.0 (@appleboy)
Build process updates
- aa1d41e: ci: integrate automated daily Trivy security scans workflow (@appleboy)
- 53784a0: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@appleboy)
Others
v2.0.0
Changelog
Bug fixes
Enhancements
- e19117e: chore: upgrade CI workflows and Go dependencies to latest versions (@appleboy)
- c5c254e: chore: update Go version and refresh indirect dependencies (@appleboy)
Refactor
Build process updates
- 16f5d3b: ci: update GitHub Actions to test with Go 1.25 (@appleboy)
- 0d2007f: ci: update Go CI workflow and refine test matrix (@appleboy)
Documentation updates
v1.0.3
v1.0.2
Changelog
Enhancements
- 05f6f20: chore: update dependencies and improve CI robustness (@appleboy)
- a347cd0: chore: update dependencies to latest stable versions (@appleboy)
- 5800963: chore: update Go version and dependencies to latest releases (@appleboy)
- 14cdc90: chore: update dependencies to latest versions (@appleboy)
Build process updates
v1.0.1
v1.0.0
Changelog
Features
- 81bf10c feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
- 034c1cd feat: refactor README and location files
Enhancements
- 78c54bc chore(CD): enable goreleaser config.
- e9ead36 chore(CI): upgrade golangci-lint-action to v1.50.1
- 4efaf8a chore(deps): add go1.20 version
- 8ad832a chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.8.0
- d3c2ded chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
- 12c5425 chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
- 98d07f3 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4
- c93a362 chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5
- ef23469 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
- 8ea2f9a chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#36)
- 6b47204 chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
- f9d9b80 chore(deps): bump github/codeql-action from 1 to 2
- 6c2da48 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
- ee5e38d chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#37)
- 08f3edf chore(gin): upgrade gin version
- 431458a chore(github): upgrade action package.
- 2f6a79a chore: Add go 1.19 and upgrade lint version to v1.49
- c3b8639 chore: add go1.15.x
- 0f41697 chore: support cache and lint. (#21)
- 34577fd chore: switch travis to GitHub actions. (#20)
- cbc9ef1 chore: update GitHub Actions and Go versions in workflows
- 9138b26 chore: update Go workflows and version in goreleaser.yml
- 800440a chore: update dependencies and Go version
- 869dace chore: update dependencies to latest versions
- 62b2a33 chore: update readme format
- a3beea9 chore: update setup-go and goreleaser versions in GitHub workflows
- 6da5180 chore: update third-party dependencies to latest versions
- a3e9bee chore: upgrade checkout version to v3
- eb3ad7b chore: upgrade gin version
- 58f1357 chore: upgrade golangci-lint to v1.42.0
Others
- 7af87a0 Merge pull request #26 from gin-contrib/dependabot/github_actions/github/codeql-action-2
- 20f0f70 Merge pull request #27 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.1
- 4bd334f Merge pull request #29 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
- 6b5342b Merge pull request #30 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.0
- 8c62d5b Merge pull request #32 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.2
- c196265 Merge pull request #33 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.4
- 84e2352 Merge pull request #34 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.5
- 719b07a Merge pull request #35 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0
- 9079837 Merge pull request #40 from gin-contrib/upgrade
- aa38c0e Merge pull request #41 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.2
- 244c889 add go1.16
- 86937d5 chore(CI/CD): add dependabot
- 4760d9f chore(CI/CD): add go1.18 version
- d20c435 chore(CI/CD): remove macos-latest testing
- 576191c ci: refactor and update CI/CD workflows
- 97075ef ci: update GitHub Actions to version 3 in codeql.yml