Skip to content

Commit

Permalink
Prepare for 0.5.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Dec 2, 2008
1 parent 13200e2 commit a4d412a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
== 0.5.1

* #139: Spree command not working if Rails 2.2.2 installed on the same system
* #138: Support all Rails 2.1.x versions (not just 2.1.2)
* #140: Fix active_merchant deprecation warnings
* #141: Fix deprecation warnings for Dependencies

== 0.5.0 == 0.5.0


* # 55 - Variants need shipping weights to do shipping calculations. * # 55 - Variants need shipping weights to do shipping calculations.
Expand Down
2 changes: 1 addition & 1 deletion lib/spree.rb
Expand Up @@ -9,7 +9,7 @@ module Spree
module Version module Version
Major = '0' Major = '0'
Minor = '5' Minor = '5'
Tiny = '0' Tiny = '1'


class << self class << self
def to_s def to_s
Expand Down

0 comments on commit a4d412a

Please sign in to comment.