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.0.3] - 2024-01-18
12+
1013### Fixed
1114
1215* Accept comma (` , ` ) as a thousand separator in amounts
@@ -493,7 +496,8 @@ Announce new status of the project in readme: The project is now in "maintenance
493496 - `Parser` iterator type
494497
495498
496- [Unreleased ]: https://github.com/jcornaz/beancount-parser/compare/v2.0.2...HEAD
499+ [Unreleased ]: https://github.com/jcornaz/beancount-parser/compare/v2.0.3...HEAD
500+ [2 .0 .3 ]: https://github.com/jcornaz/beancount-parser/compare/v2.0.2...v2.0.3
497501[2 .0 .2 ]: https://github.com/jcornaz/beancount-parser/compare/v2.0.1...v2.0.2
498502[2 .0 .1 ]: https://github.com/jcornaz/beancount-parser/compare/v2.0.0...v2.0.1
499503[2 .0 .0 ]: https://github.com/jcornaz/beancount-parser/compare/v2.0.0-beta.3...v2.0.0
Original file line number Diff line number Diff line change 11[package ]
22name = " beancount-parser"
3- version = " 2.0.2 "
3+ version = " 2.0.3 "
44license = " Unlicense"
55authors = [" Jonathan Cornaz" ]
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments