Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Apr 14, 2023
1 parent a979aac commit d07d22e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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)

**Closed issues:**

- reckon fails any csv with Date::Error [\#121](https://github.com/cantino/reckon/issues/121)
- \[FEATURE REQUEST\] Use ledger files as input source in addition to csv's [\#92](https://github.com/cantino/reckon/issues/92)

**Merged pull requests:**

- 121 require date [\#122](https://github.com/cantino/reckon/pull/122) ([benprew](https://github.com/benprew))

## [v0.9.1](https://github.com/cantino/reckon/tree/v0.9.1) (2023-03-19)

[Full Changelog](https://github.com/cantino/reckon/compare/v0.9.0...v0.9.1)
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.1)
reckon (0.9.2)
chronic (>= 0.3.0)
highline (>= 1.5.2)
matrix (>= 0.4.2)
Expand Down
4 changes: 1 addition & 3 deletions lib/reckon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

module Reckon
VERSION = "0.9.1"
VERSION = "0.9.2"
end

0 comments on commit d07d22e

Please sign in to comment.