Loading
Commits on Source 3
-
Florian Forster authored
The `module` directive in `go.mod` and all internal imports were missing the required `/v2` suffix, making the module unusable with Go tooling. Fixes: #2239
-
Florian Forster authored
fix: Add `/v2` suffix to module path. Closes #2239 See merge request !2801
-
semantic-release-bot authored
## 2.2.1 ###
🐛 Bug Fixes - fix: Add `/v2` suffix to module path. ([!2801](!2801)) by [Florian Forster](https://gitlab.com/fforster) ## [2.2.1](v2.2.0...v2.2.1) (2026-03-04) ### Bug Fixes * Add `/v2` suffix to module path. ([4237f6aa](4237f6aa)), closes [#2239](#2239)