Skip to content

Commit 042450f

Browse files
committed
RELEASE: 25.02.1
1 parent 3e8ae0b commit 042450f

6 files changed

+15
-10
lines changed

.changes-go-starter/0.0.0-prerelease-2025-02-17-131715.md

-1
This file was deleted.

.changes-go-starter/25.02.1.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 25.02.1 - 2025-02-17
2+
### Changed
3+
* Improve the makefile help messages, thx [@rainchen](https://github.com/rainchen)
4+
### Removed
5+
* Remove `util.ContainsString`, use `slices.Contains` instead. Fixes https://github.com/allaboutapps/go-starter/issues/275. See https://go.dev/doc/go1.21#slices
6+
### Fixed
7+
* Fix Upsertable interface to match Upsert func of sqlboiler, fixes https://github.com/allaboutapps/go-starter/issues/277

.changes/unreleased/Changed-20250120-123550.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20250120-095934.yaml

-3
This file was deleted.

.changes/unreleased/Removed-20250120-100946.yaml

-3
This file was deleted.

CHANGELOG-go-starter.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
- The latest `master` is considered **stable** and should be periodically merged into our customer projects.
99
- Please follow the update process in *[I just want to update / upgrade my project!](https://github.com/allaboutapps/go-starter/wiki/FAQ#i-just-want-to-update--upgrade-my-project)*.
1010

11+
## 25.02.1 - 2025-02-17
12+
### Changed
13+
* Improve the makefile help messages, thx [@rainchen](https://github.com/rainchen)
14+
### Removed
15+
* Remove `util.ContainsString`, use `slices.Contains` instead. Fixes https://github.com/allaboutapps/go-starter/issues/275. See https://go.dev/doc/go1.21#slices
16+
### Fixed
17+
* Fix Upsertable interface to match Upsert func of sqlboiler, fixes https://github.com/allaboutapps/go-starter/issues/277
18+
1119
## 25.02.0 - 2025-02-17
1220
### Added
1321
* Add STARTTLS support to the mailer, thx [@mwieser](https://github.com/mwieser)

0 commit comments

Comments
 (0)