From 0e9f72bf60c03d9c50d17428bb523c789d8b6fd5 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Wed, 17 Jan 2024 20:23:36 +0100 Subject: [PATCH] release 2.0.2 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7735463..ad08583 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.2] - 2024-01-17 + ### Fixed * Accept escaped double quotes (`\"`) in strings @@ -484,7 +487,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.1...HEAD +[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.0.2...HEAD +[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 [2.0.0]: https://github.com/jcornaz/beancount-parser/compare/v2.0.0-beta.3...v2.0.0 [2.0.0-beta.3]: https://github.com/jcornaz/beancount-parser/compare/v2.0.0-beta.2...v2.0.0-beta.3 diff --git a/Cargo.toml b/Cargo.toml index 4442d1c..23800bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beancount-parser" -version = "2.0.1" +version = "2.0.2" license = "Unlicense" authors = ["Jonathan Cornaz"] edition = "2021"