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)
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.14).
* Allow CSS-style classes and ids to contain colons.
* Fix an obscure bug with if statements.
@ -15,7 +17,7 @@
## 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

View File

@ -3,7 +3,9 @@
* Table of contents
{: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`)
in the Sass executable.
@ -15,7 +17,7 @@
## 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

View File

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