Skip to content

Commit d5042d6

Browse files
committed
Prepare new release v3.6.0
1 parent 2fc3561 commit d5042d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# 3.6.0
6+
7+
- Lexer options don't get passed to lexer (#92).
8+
59
# 3.5.0
610

711
- Remove official support for Ruby 2.5 and 2.6 (#89).

lib/middleman-syntax/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Middleman
22
module Syntax
3-
VERSION = "3.5.0"
3+
VERSION = "3.6.0"
44
end
55
end

0 commit comments

Comments
 (0)