From a784e376d72aca256985526f32f8e503ab4bfa36 Mon Sep 17 00:00:00 2001 From: Johny Ho Date: Sat, 4 Nov 2023 15:57:28 -0400 Subject: [PATCH] Version Bump --- NEWS.md | 5 ++++- lib/props_template/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5c78f58..64cd675 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ # News -## 0.25.0 (Jun 28, 2023) +## 0.24.0 (Nov 4th, 2023) + * Turn the local assigns `virtual_path_of_template` that didn't work into a method on the view + +## 0.23.0 (Jun 28, 2023) * Fix #1 issues templates without layouts were not rendering * Refactor layout_patch to make a less invasive monkey patch * Add ruby standard diff --git a/lib/props_template/version.rb b/lib/props_template/version.rb index d6fb523..8f5dabc 100644 --- a/lib/props_template/version.rb +++ b/lib/props_template/version.rb @@ -1,3 +1,3 @@ module Props - VERSION = "0.23.0".freeze + VERSION = "0.24.0".freeze end