diff --git a/bin/ledger2beancount b/bin/ledger2beancount index 55c49511..62ced29f 100755 --- a/bin/ledger2beancount +++ b/bin/ledger2beancount @@ -28,7 +28,7 @@ use Regexp::Common; use String::Interpolate qw(safe_interpolate); use Unicode::Normalize; -my $VERSION = "2.3+git"; +my $VERSION = "2.4"; memoize('map_account'); memoize('map_commodity'); diff --git a/docs/changelog.md b/docs/changelog.md index 77c2fac6..e05e267c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,10 @@ # ledger2beancount releases -## 2.4 (unreleased) +## 2.4 (2020-07-27) +* Fix regressions introduced in version 2.3 + * Handle price directives with comments + * Don't assume implicit conversion when price is on second posting * Improve support for hledger * Fix parsing of hledger tags * Support commas as decimal markers @@ -10,11 +13,9 @@ * Support regex aliases * Recognise total balance assertions * Recognise sub-account balance assertions -* Handle price directives with comments * Add support for `define` directive * Convert all uppercase metadata tags to all lowercase * Improve handling of ledger lots without cost -* Don't assume implicit conversion when price is on second posting * Allow transactions without postings * Fix parsing issue in commodity declarations * Support commodities that contain quotation marks diff --git a/docs/index.md b/docs/index.md index ffe7c44d..03ea6f9f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ author: - Stefano Zacchiroli - Martin Michlmayr keywords: ledger, beancount, converter, conversion, accounting, bookkeeping, finance -date: June 2020 +date: July 2020 documentclass: scrartcl urlcolor: blue toc: true