Skip to content

Commit

Permalink
Bumped version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kleppmann committed Aug 26, 2009
1 parent 39d5259 commit 817e9ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
== 0.2.1

* 1 minor enhancement:
* 2 minor enhancements:
* Added option to LedgerItem#account_summary which enables inclusion of open/pending
ledger items in the summary
* 1 bugfix:
* Compatibility with ActiveRecord 2.3
* Improved robustness and documentation for test suite
* 2 bugfixes:
* Compatibility with recent versions of ActiveRecord
* Cleaned up unnecessary gem dependencies (mocha, uuid)

== 0.2.0 2009-04-20

Expand Down
2 changes: 1 addition & 1 deletion invoicing/lib/invoicing/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Invoicing
module Version
MAJOR = 0
MINOR = 2
BUILD = 0
BUILD = 1

def to_a
[MAJOR, MINOR, BUILD]
Expand Down

0 comments on commit 817e9ce

Please sign in to comment.