Skip to content

Commit 25fee56

Browse files
committed
release 2.4.0
1 parent ea87b19 commit 25fee56

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.4.0] - 2026-02-04
12+
1013
### Deprecations
1114

1215
* `error::ReadFileError` is deprecated in favor of `error::ReadFileErrorV2` which contains the name of the problematic file
@@ -562,7 +565,8 @@ Announce new status of the project in readme: The project is now in "maintenance
562565
- `Parser` iterator type
563566
564567
565-
[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.3.0...HEAD
568+
[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.4.0...HEAD
569+
[2.4.0]: https://github.com/jcornaz/beancount-parser/compare/v2.3.0...v2.4.0
566570
[2.3.0]: https://github.com/jcornaz/beancount-parser/compare/v2.2.1...v2.3.0
567571
[2.2.1]: https://github.com/jcornaz/beancount-parser/compare/v2.2.0...v2.2.1
568572
[2.2.0]: https://github.com/jcornaz/beancount-parser/compare/v2.1.0...v2.2.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)