We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7947316 commit 645e7ffCopy full SHA for 645e7ff
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v0.5.0 (Fri, 13 Feb 2026 13:08:14 UTC)
2
+- Change Registry to make it more usable.
3
+- Simplify Registry API by removing redundant methods.
4
+- Change TagKind bit association.
5
+- Add support for `driver.Valuer` interface in `single` and `slice` generic types.
6
+- Expose structures allowing for custom tag implementations.
7
+- style: Use an empty `Options` struct when options are not used.
8
+- Move tag type definitions to separate `xtag` package.
9
+- doc: Improve code documentation.
10
+
11
## v0.4.0 (Fri, 17 Oct 2025 19:56:52 UTC)
12
- Changes to tag validation logic.
13
VER
@@ -1 +1 @@
-v0.4.0
+v0.5.0
0 commit comments