Skip to content

Commit 3a65a78

Browse files
committed
Release v1.1.0
1 parent 142c621 commit 3a65a78

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1010

1111
### Added
1212

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-
1713
### Changed
1814

19-
- Corrections made like interface{} -> any as required by the linter.
20-
2115
### Fixed
2216

17+
## [v1.1.0] - 2025-12-02
18+
19+
The release introduces the `option.Any` type.
20+
21+
### Added
22+
23+
- The `option.Any` type is a wrapper for the `any` type (#14).
24+
2325
## [v1.0.0] - 2025-09-09
2426

2527
This release introduces code generator `gentypes`.

0 commit comments

Comments
 (0)