Skip to content

Commit

Permalink
update version for semver compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stonean committed Aug 27, 2018
1 parent 82d44f7 commit f2f1e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
3.1.0 (2018-08-26)
4.0.0 (2018-08-26)
* Add ability to specify attributes for embedded engines using TagEngine - #653
* Set Tilt's default encoding to utf-8 - #800
* Prevent generation of invalid Ruby code in heredoc - #770
* Don't convert underscores to dashes on data attributes - #807
* Don't convert underscores to dashes on data attributes - #807 [Backward incompatible]
* Update description in README.jp.md - #795
* Removed support for embedded engines: Asciidoc, Builder, Creole, Erb, Nokogiri, Opal, Org-Ruby, Styl, Wikicloth
* Fix tests
Expand Down
2 changes: 1 addition & 1 deletion lib/slim/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Slim
# Slim version string
# @api public
VERSION = '3.1.0'
VERSION = '4.0.0'
end

0 comments on commit f2f1e51

Please sign in to comment.