Skip to content

Commit 16e13a0

Browse files
committed
Release v0.1.0
1 parent 942b415 commit 16e13a0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

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

1111
### Added
1212

13-
- Implemented optional types for builtin go types int*, uint*, float*,
14-
bytes, string, bool.
15-
16-
1713
### Changed
1814

1915
### Fixed
2016

17+
## [v0.1.0] - 2025-08-20
18+
19+
The release introduces base option types: wrappers for all types supported by
20+
the msgpack/v5 library and a generic type.
21+
22+
### Added
23+
24+
- Implemented optional types for builtin go types int*, uint*, float*,
25+
bytes, string, bool.
26+
- Implemented generic optional type for any go type.

0 commit comments

Comments
 (0)