From 0c75588bef096af7990ba3ada3a317657e79ddc6 Mon Sep 17 00:00:00 2001 From: Johny Ho Date: Thu, 21 Nov 2024 04:57:20 -0500 Subject: [PATCH] Version Bump --- NEWS.md | 4 ++++ lib/props_template/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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