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

updating version number

This commit is contained in:
Hampton Catlin 2020-09-28 13:57:26 -04:00
parent 60741f8c34
commit 770962fec4
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,9 @@
# Haml Changelog
## Unreleased
## 5.2
Released on September 28, 2020
([diff](https://github.com/haml/haml/compare/v5.1.2...v5.2)).
* Fix crash in the attribute optimizer when `#inspect` is overridden in TrueClass / FalseClass [#972](https://github.com/haml/haml/issues/972)
* Do not HTML-escape templates that are declared to be plaintext [#1014](https://github.com/haml/haml/issues/1014) (Thanks [@cesarizu](https://github.com/cesarizu))

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Haml
VERSION = "5.1.2"
VERSION = "5.2.0"
end