Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Mar 29, 2024
1 parent 3d71dec commit ace76bc
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 @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]


## [2.2.0] - 2024-03-29


### Added

* implement `FromStr` for `Account`, `Date`, `Currency` and `metadata::Key`
Expand Down Expand Up @@ -527,7 +530,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.1.0...HEAD
[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/jcornaz/beancount-parser/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/jcornaz/beancount-parser/compare/v2.0.4...v2.1.0
[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
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.1.0"
version = "2.2.0"
license = "Unlicense"
authors = ["Jonathan Cornaz"]
edition = "2021"
Expand Down

0 comments on commit ace76bc

Please sign in to comment.