Skip to content

Commit ace76bc

Browse files
committed
release 2.2.0
1 parent 3d71dec commit ace76bc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
## [Unreleased]
99

1010

11+
## [2.2.0] - 2024-03-29
12+
13+
1114
### Added
1215

1316
* implement `FromStr` for `Account`, `Date`, `Currency` and `metadata::Key`
@@ -527,7 +530,8 @@ Announce new status of the project in readme: The project is now in "maintenance
527530
- `Parser` iterator type
528531
529532
530-
[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.1.0...HEAD
533+
[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.2.0...HEAD
534+
[2.2.0]: https://github.com/jcornaz/beancount-parser/compare/v2.1.0...v2.2.0
531535
[2.1.0]: https://github.com/jcornaz/beancount-parser/compare/v2.0.4...v2.1.0
532536
[2.0.4]: https://github.com/jcornaz/beancount-parser/compare/v2.0.3...v2.0.4
533537
[2.0.3]: https://github.com/jcornaz/beancount-parser/compare/v2.0.2...v2.0.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "beancount-parser"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
license = "Unlicense"
55
authors = ["Jonathan Cornaz"]
66
edition = "2021"

0 commit comments

Comments
 (0)