From d07d22ee3502de56b169dfb1f835926204a0e2ba Mon Sep 17 00:00:00 2001 From: Ben Prew Date: Thu, 13 Apr 2023 21:59:08 -0700 Subject: [PATCH] Release 0.9.2 --- CHANGELOG.md | 13 +++++++++++++ Gemfile.lock | 2 +- lib/reckon/version.rb | 4 +--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664007e..976663f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 2b3a4d3..6930b35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/reckon/version.rb b/lib/reckon/version.rb index 70298c5..3234315 100644 --- a/lib/reckon/version.rb +++ b/lib/reckon/version.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: true - module Reckon - VERSION = "0.9.1" + VERSION = "0.9.2" end