Bump version to 0.4.1

This commit is contained in:
centauri 2026-07-11 13:25:38 +01:00
parent 19eaeb424f
commit 5ed4c01940
3 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
--------------------------------------------------------------------------------
## Unreleased
## [0.4.1] - 2026-07-11
### Changed
@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `create()` overloads. Supported is now only `create(class)(props)`.
### Fixed
- `create()` types in the new solver should now work without `::`.
--------------------------------------------------------------------------------
## [0.4.0] - 2026-01-17