Skip to content

Commit 97ca940

Browse files
authored
Prepare new release v3.5.0 (#91)
1 parent 87a879c commit 97ca940

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.md

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

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

5+
# 3.5.0
6+
7+
- Remove official support for Ruby 2.5 and 2.6 (#89).
8+
- Add ability to add other classes to the :syntax plugin (#90).
9+
510
# 3.4.0
611

712
- Haml 6 support (#82, #84).

fixtures/test-app-custom-classes/config.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixtures/test-app-custom-classes/source/index.html.erb

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.4.0"
3+
VERSION = "3.5.0"
44
end
55
end

0 commit comments

Comments
 (0)