Compare commits
10
Commits
v0.2.0
...
8f09b252f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f09b252f5 | ||
|
|
235cfb3dfc | ||
|
|
40410f3d78 | ||
|
|
fbbc7d0890 | ||
|
|
ab0af6c5a4 | ||
|
|
88b4ab1467
|
||
|
|
95af59c075 | ||
|
|
ebc94d4223 | ||
|
|
a1052d3708 | ||
|
|
555affe9bc |
@@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.14'
|
||||
- name: Install goimports
|
||||
|
||||
@@ -11,7 +11,7 @@ repos:
|
||||
- --allow-multiple-documents
|
||||
- id: check-added-large-files
|
||||
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
||||
rev: v9.23.0
|
||||
rev: v9.24.0
|
||||
hooks:
|
||||
- id: commitlint
|
||||
stages: [ commit-msg ]
|
||||
@@ -23,7 +23,7 @@ repos:
|
||||
- id: go-imports
|
||||
args:
|
||||
- -local
|
||||
- git.unbound.se/unboundsoftware
|
||||
- gitea.unbound.se/unboundsoftware/pagination
|
||||
- repo: https://github.com/lietu/go-pre-commit
|
||||
rev: v1.0.0
|
||||
hooks:
|
||||
|
||||
@@ -2,6 +2,13 @@
|
||||
|
||||
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
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
Reference in New Issue
Block a user