7 Commits

Author SHA1 Message Date
argoyle 235cfb3dfc Merge pull request 'chore(release): prepare for v0.2.1' (#76) from next-release into main
Release / release (push) Successful in 3m49s
pagination / test (push) Successful in 7m52s
pagination / vulnerabilities (push) Successful in 8m8s
pre-commit / pre-commit (push) Successful in 13m51s
Reviewed-on: #76
2026-01-09 13:50:13 +00:00
releaser 40410f3d78 chore(release): prepare for v0.2.1
pagination / test (pull_request) Successful in 3m4s
pagination / vulnerabilities (pull_request) Successful in 6m9s
pre-commit / pre-commit (pull_request) Successful in 12m37s
2026-01-09 13:26:56 +00:00
releaser fbbc7d0890 chore(release): prepare for v0.2.1 2026-01-09 13:26:53 +00:00
argoyle ab0af6c5a4 Merge pull request 'chore: migrate module path to gitea.unbound.se' (#75) from migrate-to-gitea into main
Release / release (push) Failing after 2m7s
pagination / test (push) Successful in 3m34s
pagination / vulnerabilities (push) Successful in 5m21s
pre-commit / pre-commit (push) Successful in 11m8s
Reviewed-on: #75
2026-01-09 13:24:39 +00:00
argoyle 88b4ab1467 chore: migrate module path to gitea.unbound.se
pagination / test (pull_request) Successful in 5m23s
pagination / vulnerabilities (pull_request) Successful in 6m20s
pre-commit / pre-commit (pull_request) Successful in 13m35s
Update module path from git.unbound.se to gitea.unbound.se for Go module
discovery over HTTPS.
2026-01-09 14:09:11 +01:00
releaser 95af59c075 chore(release): prepare for v0.2.1 2026-01-09 09:06:56 +00:00
releaser ebc94d4223 chore(release): prepare for v0.2.1 2026-01-09 09:06:53 +00:00
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ repos:
- id: go-imports - id: go-imports
args: args:
- -local - -local
- git.unbound.se/unboundsoftware - gitea.unbound.se/unboundsoftware/pagination
- repo: https://github.com/lietu/go-pre-commit - repo: https://github.com/lietu/go-pre-commit
rev: v1.0.0 rev: v1.0.0
hooks: hooks:
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v0.2.0" "version": "v0.2.1"
} }
+7
View File
@@ -2,6 +2,13 @@
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.1] - 2026-01-09
### ⚙️ Miscellaneous Tasks
- *(deps)* Update actions/setup-python action to v6
- Migrate module path to gitea.unbound.se
## [0.2.0] - 2026-01-09 ## [0.2.0] - 2026-01-09
### 🚀 Features ### 🚀 Features
+1 -1
View File
@@ -1,4 +1,4 @@
module git.unbound.se/unboundsoftware/pagination module gitea.unbound.se/unboundsoftware/pagination
go 1.24.4 go 1.24.4