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

Bump VERSION to 3.0.14.

This commit is contained in:
Nathan Weizenbaum 2010-07-26 13:51:25 -07:00
parent 697d0c98b4
commit 3024c9b3b5
4 changed files with 9 additions and 5 deletions

View file

@ -1 +1 @@
3.0.13 3.0.14

View file

@ -5,6 +5,8 @@
## 3.0.14 (Unreleased) ## 3.0.14 (Unreleased)
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.14).
* Allow CSS-style classes and ids to contain colons. * Allow CSS-style classes and ids to contain colons.
* Fix an obscure bug with if statements. * Fix an obscure bug with if statements.
@ -15,7 +17,7 @@
## 3.0.13 ## 3.0.13
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.12). [Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.13).
## Rails 3 Support ## Rails 3 Support

View file

@ -3,7 +3,9 @@
* Table of contents * Table of contents
{:toc} {:toc}
## 3.0.14 (Unreleased) ## 3.0.14
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.14).
* Properly parse paths with drive letters on Windows (e.g. `C:\Foo\Bar.sass`) * Properly parse paths with drive letters on Windows (e.g. `C:\Foo\Bar.sass`)
in the Sass executable. in the Sass executable.
@ -15,7 +17,7 @@
## 3.0.13 ## 3.0.13
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.12). [Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.13).
## CSS `@import` Directives ## CSS `@import` Directives

View file

@ -8,7 +8,7 @@
;; Created: 2007-03-15 ;; Created: 2007-03-15
;; By: Nathan Weizenbaum ;; By: Nathan Weizenbaum
;; Keywords: markup, language, css ;; Keywords: markup, language, css
;; Package-Requires: ((haml-mode "3.0.13")) ;; Package-Requires: ((haml-mode "3.0.14"))
;;; Commentary: ;;; Commentary: