Skip to content

Commit 715e37f

Browse files
authored
Bump to v0.12.0 (#86)
1 parent 858d83c commit 715e37f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [0.12.0] - 2024-05-07
10+
911
- Support Ruby 3.3 by handling yield in ERB specifically
1012
- Use SyntaxTree own class for ParseError to get better error feedback
1113
- Adds handling for keeping track of column index, to support better error messages
@@ -118,7 +120,9 @@ Output:
118120
- Can format a lot of .html.erb-syntax and works as a plugin to syntax_tree.
119121
- This is still early and there are a lot of different weird syntaxes out there.
120122

121-
[unreleased]: https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.5...HEAD
123+
[unreleased]: https://github.com/davidwessman/syntax_tree-erb/compare/v0.12.0...HEAD
124+
[0.12.0]: https://github.com/davidwessman/syntax_tree-erb/compare/v0.11.0...v0.12.0
125+
[0.11.0]: https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.5...v0.11.0
122126
[0.10.5]: https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.4...v0.10.5
123127
[0.10.4]: https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.3...v0.10.4
124128
[0.10.3]: https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.2...v0.10.3

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
w_syntax_tree-erb (0.11.0)
4+
w_syntax_tree-erb (0.12.0)
55
prettier_print (~> 1.2, >= 1.2.0)
66
syntax_tree (~> 6.1, >= 6.1.1)
77

lib/syntax_tree/erb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SyntaxTree
44
module ERB
5-
VERSION = "0.11.0"
5+
VERSION = "0.12.0"
66
end
77
end

0 commit comments

Comments
 (0)