22
33All notable changes to this project will be documented in this file.
44
5- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to
6+ [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
99
10+ ## [ 0.1.0] - 2025-07-27
11+
1012### Added
13+
1114- Initial implementation of the type-state builder pattern derive macro
1215- Support for required and optional fields with compile-time validation
1316- Custom setter names and prefixes for flexible API design
@@ -19,21 +22,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1922- Automatic builder pattern selection (type-state vs regular) based on field requirements
2023- Extensive test coverage including UI tests for error messages
2124- Complete documentation with examples and usage patterns
22-
23- ### Security
24- - All code follows secure coding practices with proper error handling
25- - No unsafe code blocks used throughout the implementation
26-
27- ## [ 0.1.0] - 2024-01-XX
28-
29- ### Added
30- - Initial release of type-state-builder
3125- Type-state builder pattern implementation for compile-time safety
3226- Regular builder pattern for structs with only optional fields
3327- Comprehensive attribute support for customization
3428- Full generic type and lifetime support
3529- Documentation and examples
3630- MIT OR Apache-2.0 dual license
3731
32+ ### Security
33+
34+ - All code follows secure coding practices with proper error handling
35+ - No unsafe code blocks used throughout the implementation
36+
3837[ Unreleased ] : https://github.com/welf/type-state-builder/compare/v0.1.0...HEAD
39- [ 0.1.0 ] : https://github.com/welf/type-state-builder/releases/tag/v0.1.0
38+ [ 0.1.0 ] : https://github.com/welf/type-state-builder/releases/tag/v0.1.0
39+
0 commit comments