From 45e02bb5d19af07518361879d092dee37be671d9 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Fri, 19 Jan 2024 19:37:30 +0100 Subject: [PATCH] release 2.0.4 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8461d9..5315593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [2.0.4] - 2024-01-19 + ### Fixed * Accept negation of grouped expression (example: `-(2 * 3)`) @@ -501,7 +504,8 @@ Announce new status of the project in readme: The project is now in "maintenance - `Parser` iterator type -[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.0.3...HEAD +[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.0.4...HEAD +[2.0.4]: https://github.com/jcornaz/beancount-parser/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/jcornaz/beancount-parser/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/jcornaz/beancount-parser/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/jcornaz/beancount-parser/compare/v2.0.0...v2.0.1 diff --git a/Cargo.toml b/Cargo.toml index 2d0989c..b362070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beancount-parser" -version = "2.0.3" +version = "2.0.4" license = "Unlicense" authors = ["Jonathan Cornaz"] edition = "2021"