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 @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
88## [ Unreleased]
99
10+
11+ ## [ 2.2.1] - 2024-04-28
12+
1013### Fixes
1114
1215* Fix ` Debug ` implementation of ` Error ` which was dumping the whole input
@@ -534,7 +537,8 @@ Announce new status of the project in readme: The project is now in "maintenance
534537 - `Parser` iterator type
535538
536539
537- [Unreleased ]: https://github.com/jcornaz/beancount-parser/compare/v2.2.0...HEAD
540+ [Unreleased ]: https://github.com/jcornaz/beancount-parser/compare/v2.2.1...HEAD
541+ [2 .2 .1 ]: https://github.com/jcornaz/beancount-parser/compare/v2.2.0...v2.2.1
538542[2 .2 .0 ]: https://github.com/jcornaz/beancount-parser/compare/v2.1.0...v2.2.0
539543[2 .1 .0 ]: https://github.com/jcornaz/beancount-parser/compare/v2.0.4...v2.1.0
540544[2 .0 .4 ]: https://github.com/jcornaz/beancount-parser/compare/v2.0.3...v2.0.4
Original file line number Diff line number Diff line change 11[package ]
22name = " beancount-parser"
3- version = " 2.2.0 "
3+ version = " 2.2.1 "
44license = " Unlicense"
55authors = [" Jonathan Cornaz" ]
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments