Skip to content

Commit 9a9539c

Browse files
committed
release 2.5.0
1 parent 8c16789 commit 9a9539c

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
@@ -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.5.0] - 2026-02-14
12+
13+
1114
### Features
1215

1316
* Reading from files now emits the include directives
@@ -576,7 +579,8 @@ Announce new status of the project in readme: The project is now in "maintenance
576579
- `Parser` iterator type
577580
578581
579-
[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.4.0...HEAD
582+
[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v2.5.0...HEAD
583+
[2.5.0]: https://github.com/jcornaz/beancount-parser/compare/v2.4.0...v2.5.0
580584
[2.4.0]: https://github.com/jcornaz/beancount-parser/compare/v2.3.0...v2.4.0
581585
[2.3.0]: https://github.com/jcornaz/beancount-parser/compare/v2.2.1...v2.3.0
582586
[2.2.1]: https://github.com/jcornaz/beancount-parser/compare/v2.2.0...v2.2.1

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

0 commit comments

Comments
 (0)