Skip to content

Commit

Permalink
Bump to version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy committed Mar 21, 2016
1 parent a7dd41b commit 6862390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== LATEST
== 0.3.0 2016-03-21

* Fix popping & shifting from an empty NodeList.
* Add FloatLiteral#exponent and require exponent for hex floats.
Expand Down
2 changes: 1 addition & 1 deletion lib/cast/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module C
VERSION = [0, 2, 1]
VERSION = [0, 3, 0]

class << VERSION
include Comparable
Expand Down

0 comments on commit 6862390

Please sign in to comment.