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:
parent
e5d6409bad
commit
78e2a09d3b
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue