Skip to content

Commit 21ec977

Browse files
committed
Bump to v1.3.2
1 parent a99c8a8 commit 21ec977

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff 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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)
@@ -22,7 +22,7 @@ GEM
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)

lib/syntax_tree/haml/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SyntaxTree
44
module Haml
5-
VERSION = "1.3.1"
5+
VERSION = "1.3.2"
66
end
77
end

0 commit comments

Comments
 (0)