diff --git a/NEWS.md b/NEWS.md index 38aafbc..8171342 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # News +## 0.36.0 (Nov 21, 2024) + +New features `extract!`, `partial!`, and test improvments. + ## 0.35.0 (Jul 20, 2024) Fix issue with locals referring to an earlier item when using it in collections. diff --git a/lib/props_template/version.rb b/lib/props_template/version.rb index c751bd2..be5126f 100644 --- a/lib/props_template/version.rb +++ b/lib/props_template/version.rb @@ -1,3 +1,3 @@ module Props - VERSION = "0.35.0".freeze + VERSION = "0.36.0".freeze end