Skip to content

Commit d70dadd

Browse files
committed
Release v1.0.0
1 parent 87ec22b commit d70dadd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

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

1111
### Added
1212

13-
- gentypes: Add support for third-party types.
14-
1513
### Changed
1614

1715
### Fixed
1816

17+
## [v1.0.0] - 2025-09-09
18+
19+
This release introduces code generator `gentypes`.
20+
21+
### Added
22+
23+
- **Support for third-party types**: A new code generator `gentypes` is
24+
introduced. It allows generating optional types for any user-defined or
25+
third-party types. The generator can be invoked using `go:generate`.
26+
1927
## [v0.1.0] - 2025-08-20
2028

2129
The release introduces base option types: wrappers for all types supported by

0 commit comments

Comments
 (0)