1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Version 5.0.0

[ci skip]
This commit is contained in:
Akira Matsuda 2017-04-27 10:38:15 +09:00
parent e5d6409bad
commit 78e2a09d3b
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,9 @@
# Haml Changelog # Haml Changelog
## 5.0.0 (Unreleased) ## 5.0.0
Released on April 26, 2017
([diff](https://github.com/haml/haml/compare/4.0.7...5.0.0)).
* Haml now requires Ruby 2.0.0 or above. * Haml now requires Ruby 2.0.0 or above.
* Rails 3 is no longer supported, matching the official * Rails 3 is no longer supported, matching the official

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true # frozen_string_literal: true
module Haml module Haml
VERSION = "5.0.0.beta.2" VERSION = "5.0.0"
end end