We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844718c commit 0c75588Copy full SHA for 0c75588
NEWS.md
@@ -1,5 +1,9 @@
1
# News
2
3
+## 0.36.0 (Nov 21, 2024)
4
+
5
+New features `extract!`, `partial!`, and test improvments.
6
7
## 0.35.0 (Jul 20, 2024)
8
9
Fix issue with locals referring to an earlier item when using it in collections.
lib/props_template/version.rb
@@ -1,3 +1,3 @@
module Props
- VERSION = "0.35.0".freeze
+ VERSION = "0.36.0".freeze
end
0 commit comments