Skip to content

Commit

Permalink
release 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jul 9, 2023
1 parent 6db30d3 commit 43fc851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 43fc851

Please sign in to comment.