Skip to content

Commit

Permalink
release 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jul 1, 2023
1 parent 724945b commit 9938563
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]


## [4.1.3] - 2023-07-01

### Bug fixes

* Fixed deserialization error of a "short form" frame list when using the toml crate.
Expand All @@ -33,5 +36,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* **readme:** remove build status badge ([dd9adc9](https://github.com/jcornaz/benimator/commit/dd9adc9aa0b4d47c7eabcfcbf954f9bc9e2e4ca7))


[Unreleased]: https://github.com/jcornaz/benimator/compare/v4.1.2...HEAD
[Unreleased]: https://github.com/jcornaz/beancount-parser/compare/v4.1.3...HEAD
[4.1.3]: https://github.com/jcornaz/benimator/compare/v4.1.2...v4.1.3

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benimator"
version = "4.1.2"
version = "4.1.3"
edition = "2021"
rust-version = "1.60"
authors = ["Jonathan Cornaz"]
Expand Down

0 comments on commit 9938563

Please sign in to comment.