Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Aug 25, 2023
1 parent e2437c9 commit a19e8c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.9.3](https://github.com/cantino/reckon/tree/v0.9.3) (2023-08-25)

[Full Changelog](https://github.com/cantino/reckon/compare/v0.9.2...v0.9.3)

**Closed issues:**

- Can you choose to apply amounts against category instead of account name? [\#123](https://github.com/cantino/reckon/issues/123)

**Merged pull requests:**

- Fix end quote around note in beancount format [\#124](https://github.com/cantino/reckon/pull/124) ([stephas](https://github.com/stephas))

## [v0.9.2](https://github.com/cantino/reckon/tree/v0.9.2) (2023-04-14)

[Full Changelog](https://github.com/cantino/reckon/compare/v0.9.1...v0.9.2)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
reckon (0.9.2)
reckon (0.9.3)
chronic (>= 0.3.0)
highline (>= 1.5.2)
matrix (>= 0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/reckon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Reckon
VERSION = "0.9.2"
VERSION = "0.9.3"
end

0 comments on commit a19e8c8

Please sign in to comment.