2 Commits
Author SHA1 Message Date
releaser 8da402d0c4 chore(release): prepare for v0.2.2 (#118)
Unbound Release / Check Preconditions (push) Successful in 26s
Unbound Release / Create Tag (push) Skipped
pagination / test (push) Skipped
pagination / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Create Release (push) Successful in 30s
Release / release (push) Successful in 4m18s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 30s
## [0.2.2] - 2026-08-21

### 🐛 Bug Fixes

- *(ci)* Use go-test-coverage binary directly to fix Gitea Actions (#96)
- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#113)
- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#115)

### ⚙️ Miscellaneous Tasks

- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0 (#77)
- Add code coverage integration
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.9.0 (#81)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.10.1 (#82)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.1 (#85)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.2 (#87)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.3 (#89)
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.1 (#91)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#93)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#98)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.0 (#100)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.1 (#102)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.2 (#103)
- *(deps)* Update actions/checkout action to v7 (#105)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#107)
- *(deps)* Update actions/setup-go action to v7 (#109)
- *(deps)* Update actions/setup-python action to v7 (#111)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#116)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #118
Co-authored-by: Unbound Releaser <releaser@unbound.se>
2026-08-29 11:27:26 +00:00
renovate 9689451cf9 fix(deps): update module github.com/stretchr/testify to v1.12.1 (#115)
pagination / vulnerabilities (push) Skipped
Unbound Release / Check Preconditions (push) Successful in 22s
pagination / test (push) Skipped
Unbound Release / Create Release (push) Successful in 29s
pre-commit / pre-commit (push) Successful in 2m57s
Unbound Release / Create Tag (push) Skipped
Release / release (push) Successful in 1m51s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 38s
2026-08-21 14:07:25 +00:00
4 changed files with 36 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v0.2.1" "version": "v0.2.2"
} }
+29
View File
@@ -2,6 +2,35 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.2.2] - 2026-08-21
### 🐛 Bug Fixes
- *(ci)* Use go-test-coverage binary directly to fix Gitea Actions (#96)
- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#113)
- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#115)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0 (#77)
- Add code coverage integration
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.9.0 (#81)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.10.1 (#82)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.1 (#85)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.2 (#87)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.3 (#89)
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.1 (#91)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#93)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#98)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.0 (#100)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.1 (#102)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.2 (#103)
- *(deps)* Update actions/checkout action to v7 (#105)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#107)
- *(deps)* Update actions/setup-go action to v7 (#109)
- *(deps)* Update actions/setup-python action to v7 (#111)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#116)
## [0.2.1] - 2026-01-09 ## [0.2.1] - 2026-01-09
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
+2 -2
View File
@@ -2,6 +2,6 @@ module gitea.unbound.se/unboundsoftware/pagination
go 1.26.2 go 1.26.2
require github.com/stretchr/testify v1.12.0 require github.com/stretchr/testify v1.12.1
require gopkg.in/yaml.v3 v3.0.1 // indirect require go.yaml.in/yaml/v3 v3.0.5 // indirect
+4 -6
View File
@@ -1,6 +1,4 @@
github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI= github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE=
github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw= github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=