Compare commits
12 Commits
8a11a52ea1
...
v0.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 235cfb3dfc | |||
| 40410f3d78 | |||
| fbbc7d0890 | |||
| ab0af6c5a4 | |||
|
88b4ab1467
|
|||
| 95af59c075 | |||
| ebc94d4223 | |||
| a1052d3708 | |||
| 555affe9bc | |||
| f41c7de3ac | |||
| aead750db4 | |||
| 1c1770f068 |
@@ -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
|
||||
|
||||
@@ -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,27 @@
|
||||
|
||||
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
|
||||
|
||||
- Add Gitea Actions workflow
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update actions/checkout action to v6
|
||||
- *(deps)* Update actions/setup-go action to v6
|
||||
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.8.0
|
||||
- Migrate module path from GitLab to Gitea
|
||||
- Add pre-commit and release workflows for Gitea Actions
|
||||
|
||||
## [0.1.0] - 2026-01-01
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
Reference in New Issue
Block a user