From 5bc5f60174300fd55ae33b06a5c7a9b021750878 Mon Sep 17 00:00:00 2001 From: stephann <3025661+stephannv@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:03:21 -0300 Subject: [PATCH] Prepare for 0.2.0 and update CHANGELOG --- CHANGELOG.md | 21 ++++++++++++++++++++- Gemfile.lock | 2 +- lib/phlex/slotable/version.rb | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5831e40..b12959e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ ## [Unreleased] ## [0.1.0] - 2024-02-12 +- Add single and multi slots (@stephannv) -- Initial release + *stephann* + +- Add generic slots + + *stephann* + +- Add view slots + + *stephann* + +## [0.2.0] - 2024-02-13 + +- Allow view slots using string as class name + + *stephann* + +- Allow lambda slots + + *stephann* diff --git a/Gemfile.lock b/Gemfile.lock index 9e575cb..dd608a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex-slotable (0.1.0) + phlex-slotable (0.2.0) phlex (>= 1.9) GEM diff --git a/lib/phlex/slotable/version.rb b/lib/phlex/slotable/version.rb index 76fa27e..f54eb42 100644 --- a/lib/phlex/slotable/version.rb +++ b/lib/phlex/slotable/version.rb @@ -2,6 +2,6 @@ module Phlex module Slotable - VERSION = "0.1.0" + VERSION = "0.2.0" end end