File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " beancount-parser"
3- version = " 2.1 .0"
3+ version = " 2.2 .0"
44license = " Unlicense"
55authors = [" Jonathan Cornaz" ]
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments