File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 1.3.2] - 2022-09-19
10+
11+ ### Added
12+
13+ - Properly support unescaping plain and script.
14+
915## [ 1.3.1] - 2022-08-01
1016
1117### Changed
@@ -54,7 +60,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5460
5561- 🎉 Initial release! 🎉
5662
57- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.1...HEAD
63+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.2...HEAD
64+ [ 1.3.2 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.1...v1.3.2
5865[ 1.3.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.0...v1.3.1
5966[ 1.3.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.1...v1.3.0
6067[ 1.2.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.0...v1.2.1
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree-haml (1.3.1 )
4+ syntax_tree-haml (1.3.2 )
55 haml (>= 5.2 )
66 prettier_print
77 syntax_tree (>= 2.0.1 )
2222 simplecov_json_formatter (~> 0.1 )
2323 simplecov-html (0.12.3 )
2424 simplecov_json_formatter (0.1.4 )
25- syntax_tree (3.5 .0 )
25+ syntax_tree (3.6 .0 )
2626 prettier_print
2727 temple (0.8.2 )
2828 tilt (2.0.11 )
Original file line number Diff line number Diff line change 22
33module SyntaxTree
44 module Haml
5- VERSION = "1.3.1 "
5+ VERSION = "1.3.2 "
66 end
77end
You can’t perform that action at this time.
0 commit comments