-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
63 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## 25.01.0 - 2025-01-02 | ||
### Added | ||
* Migrate the changelog tracking from manual tracking to the changelog tracking tool [changie](https://github.com/miniscruff/changie) | ||
### Changed | ||
* Update to [golang:1.23.4-bookworm](https://hub.docker.com/layers/library/golang/1.23.4-bookworm/images/sha256-5c3223fcb23efeccf495739c9fd9bbfe76cee51caea90591860395057eab3113) (requires `./docker-helper.sh --rebuild`) | ||
* [Bump github.com/golangci/golangci-lint from v1.59.0 to v1.62.2](https://github.com/golangci/golangci-lint/releases/tag/v1.62.2) | ||
* `go.mod` updates: | ||
- Minor: [Bump github.com/BurntSushi/toml from v1.3.2 to v1.4.0](https://github.com/BurntSushi/toml/releases/tag/v1.4.0) | ||
- Patch: [Bump github.com/gabriel-vasile/mimetype from v1.4.3 to v1.4.7](https://github.com/gabriel-vasile/mimetype/releases/tag/v1.4.7) | ||
- Minor: [Bump github.com/go-openapi/errors from v0.21.0 to v0.22.0](https://github.com/go-openapi/errors/releases/tag/v0.22.0) | ||
- Minor: [Bump github.com/go-openapi/runtime from v0.27.1 to v0.28.0](https://github.com/go-openapi/runtime/releases/tag/v0.28.0) | ||
- Minor: [Bump github.com/go-openapi/strfmt from v0.22.0 to v0.23.0](https://github.com/go-openapi/strfmt/releases/tag/v0.23.0) | ||
- Minor: [Bump github.com/go-openapi/swag from v0.22.9 to v0.23.0](https://github.com/go-openapi/swag/releases/tag/v0.23.0) | ||
- Minor: [Bump github.com/go-openapi/validate from v0.22.6 to v0.24.0](https://github.com/go-openapi/validate/releases/tag/v0.24.0) | ||
- Patch: [Bump github.com/labstack/echo/v4 from v4.11.4 to v4.13.3](https://github.com/labstack/echo/releases/tag/v4.13.3) | ||
- Patch: [Bump github.com/nicksnyder/go-i18n/v2 from v2.4.0 to v2.4.1](https://github.com/nicksnyder/go-i18n/releases/tag/v2.4.1) | ||
- Minor: [Bump github.com/rs/zerolog from v1.31.0 to v1.33.0](https://github.com/rs/zerolog/releases/tag/v1.33.0) | ||
- Minor: [Bump github.com/rubenv/sql-migrate from v1.6.1 to v1.7.1](https://github.com/rubenv/sql-migrate/releases/tag/v1.7.1) | ||
- Patch: [Bump github.com/spf13/cobra from v1.8.0 to v1.8.1](https://github.com/spf13/cobra/releases/tag/v1.8.1) | ||
- Minor: [Bump github.com/spf13/viper from v1.18.2 to v1.19.0](https://github.com/spf13/viper/releases/tag/v1.19.0) | ||
- Minor: [Bump github.com/stretchr/testify from v1.8.4 to v1.10.0](https://github.com/stretchr/testify/releases/tag/v1.10.0) | ||
- Patch: [Bump github.com/volatiletech/sqlboiler/v4 from v4.16.1 to v4.17.1](https://github.com/volatiletech/sqlboiler/releases/tag/v4.17.1) | ||
- Patch: [Bump github.com/volatiletech/strmangle from v0.0.6 to v0.0.8](https://github.com/volatiletech/strmangle/releases/tag/v0.0.8) | ||
- Minor: [Bump golang.org/x/crypto from v0.18.0 to v0.31.0](https://github.com/golang/crypto/releases/tag/v0.31.0) | ||
- Minor: [Bump golang.org/x/mod from v0.14.0 to v0.22.0](https://github.com/golang/mod/releases/tag/v0.22.0) | ||
- Minor: [Bump golang.org/x/sys from v0.16.0 to v0.28.0](https://github.com/golang/sys/releases/tag/v0.28.0) | ||
- Minor: [Bump golang.org/x/text from v0.14.0 to v0.21.0](https://github.com/golang/text/releases/tag/v0.21.0) | ||
- Minor: [Bump google.golang.org/api from v0.161.0 to v0.214.0](https://github.com/googleapis/google-api-go-client/releases/tag/v0.214.0) | ||
|
||
### Removed | ||
* Remove `util.MinInt` and `util.MaxInt`, use the built-in functions `min` and `max` instead. See https://go.dev/ref/spec#Min_and_max |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters