public
Description: Spree is a complete open source commerce solution for Ruby on Rails.
Homepage: http://spreehq.org
Clone URL: git://github.com/schof/spree.git
Increment version number (in anticipation of eventual 0.3.0 release.)
schof (author)
Wed Jun 18 19:16:12 -0700 2008
commit  016eaee9521ed11a5fe1af5a906279cbe6083382
tree    e4f95ff1ad29cd02922de6358acbc16ee8e70a03
parent  c25a6663edad151495904ef806c2220e94b32907
...
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,9 @@
0
+== 0.3.0
0
+
0
+* Initial support for initialization
0
+* Rails 2.1 support
0
+* #38 - Credit card numbers are being logged
0
+
0
 == 0.2.0 2008-06-05
0
 
0
 * Extension support.
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ unless defined? Spree::Version
0
   module Spree
0
     module Version
0
       Major = '0'
0
- Minor = '2'
0
+ Minor = '3'
0
       Tiny = '0'
0
 
0
       class << self

Comments

    No one has commented yet.