Skip to content

Commit

Permalink
bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspierson committed Feb 3, 2013
1 parent 40236fb commit 201177f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.rdoc
@@ -1,3 +1,9 @@
=== 0.0.2 / 2013-02-03

* implement a new test to check if css @font-face rules are correctly handled
* fix: correctly handle css @import rules ( #10 )
* fix: correctly handle css child selectors ( #12 )

=== 0.0.1 / 2013-02-02 === 0.0.1 / 2013-02-02


* Reformat the source code using Ruby conventions. * Reformat the source code using Ruby conventions.
Expand Down
2 changes: 1 addition & 1 deletion lib/css2less/version.rb
@@ -1,3 +1,3 @@
module Css2Less module Css2Less
VERSION = "0.0.1" VERSION = "0.0.2"
end end

0 comments on commit 201177f

Please sign in to comment.