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 142c621 commit 3a65a78Copy full SHA for 3a65a78
CHANGELOG.md
@@ -10,16 +10,18 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
10
11
### Added
12
13
-- The Any type added as an alias on interface{} in the library style.
14
-- The encode methods created for Any to work in MessagePack.
15
-- Tests added for Any.
16
-
17
### Changed
18
19
-- Corrections made like interface{} -> any as required by the linter.
20
21
### Fixed
22
+## [v1.1.0] - 2025-12-02
+
+The release introduces the `option.Any` type.
+### Added
23
+- The `option.Any` type is a wrapper for the `any` type (#14).
24
25
## [v1.0.0] - 2025-09-09
26
27
This release introduces code generator `gentypes`.
0 commit comments