Skip to content

Commit

Permalink
release: Prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv committed Sep 29, 2024
1 parent 7f92459 commit 27953e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
phlex-variants (0.1.0)
phlex-variants (0.2.0)
phlex (>= 1.9, < 3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/phlex/variants/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Phlex
module Variants
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 27953e3

Please sign in to comment.