Skip to content

Commit 6c3ad8b

Browse files
committed
release 2.2.1
1 parent 8b6a015 commit 6c3ad8b

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
@@ -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

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.2.0"
3+
version = "2.2.1"
44
license = "Unlicense"
55
authors = ["Jonathan Cornaz"]
66
edition = "2021"

0 commit comments

Comments
 (0)