We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460e1b2 commit 08b148cCopy full SHA for 08b148c
RELEASE_NOTES.md
@@ -1,6 +1,12 @@
1
Tilt Handlebars Release Notes
2
=============================
3
4
+Version 1.3.1
5
+-------------
6
+
7
+* Issue #1: Fix uninitialized constant Tilt::HandlebarsTemplate::Pathname. Thank you, [defeated](https://github.com/defeated) for the patch.
8
9
10
Version 1.3.0
11
-------------
12
2014 January 24
lib/tilt/handlebars/version.rb
@@ -1,5 +1,5 @@
module Tilt
module Handlebars
- VERSION = "1.3.0"
+ VERSION = "1.3.1"
end
0 commit comments