From 43fc8513b108f00a16a87604f73375cf4ae2b779 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sun, 9 Jul 2023 23:14:54 +0200 Subject: [PATCH] release 2.0.0-beta.3 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d7c6d..381fc9a 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.0-beta.3] - 2023-07-09 + ### Added * The `Amount` type is now exhaustive @@ -434,7 +437,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.0-beta.2...HEAD +[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.0.0-beta.3...HEAD +[2.0.0-beta.3]: https://github.com/jcornaz/beancount-parser/compare/v2.0.0-beta.2...v2.0.0-beta.3 [2.0.0-beta.2]: https://github.com/jcornaz/beancount-parser/compare/v2.0.0-beta.1...v2.0.0-beta.2 [2.0.0-beta.1]: https://github.com/jcornaz/beancount-parser/compare/v1...v2.0.0-beta.1 [1.16.2]: https://github.com/jcornaz/beancount-parser/compare/v1.16.1...v1.16.2 diff --git a/Cargo.toml b/Cargo.toml index 9592368..8541015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beancount-parser" -version = "2.0.0-beta.2" +version = "2.0.0-beta.3" license = "Unlicense" authors = ["Jonathan Cornaz"] edition = "2021"