Skip to content

Commit 95aecb3

Browse files
committed
Bump to version v3.0.0
1 parent 7ab0d96 commit 95aecb3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [3.0.0] - 2022-11-10
9+
## [3.0.0] - 2022-12-23
1010

1111
### Changed
1212

1313
- Required syntax_tree version 5.0.1 or higher.
14+
- Drop internal pattern matching in order to support Ruby implementations that don't support it.
1415

1516
## [2.0.0] - 2022-10-18
1617

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-
syntax_tree-haml (2.0.0)
4+
syntax_tree-haml (3.0.0)
55
haml (>= 5.2, != 6.0.0)
66
prettier_print (>= 1.0.0)
77
syntax_tree (>= 5.0.1)

lib/syntax_tree/haml/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 Haml
5-
VERSION = "2.0.0"
5+
VERSION = "3.0.0"
66
end
77
end

0 commit comments

Comments
 (0)