CHANGELOG.md in phlex-variants-0.1.0 vs CHANGELOG.md in phlex-variants-0.2.0

- old
+ new

@@ -1,5 +1,13 @@ ## [Unreleased] +## [0.2.0] - 2024-09-29 + +- Allow only true/false for boolean variants +- Allow passing false for variants with only true option +- Improved error message when variant option doesn't exist +- Improved error message when method missing on StyleBuilder +- Improve performance of `build_style` method + ## [0.1.0] - 2024-09-25 - Initial release