Skip to content

Commit

Permalink
chore(release): 1.8.5
Browse files Browse the repository at this point in the history
## [1.8.5](v1.8.4...v1.8.5) (2022-11-21)

### Features

* **unstable:** Amount sum ([dc68b38](dc68b38))
* **unstable:** introduce `BalancedTransaction` type ([988f801](988f801))
  • Loading branch information
semantic-release-bot committed Nov 21, 2022
1 parent dc68b38 commit 04bd148
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.8.5](https://github.com/jcornaz/beancount-parser/compare/v1.8.4...v1.8.5) (2022-11-21)


### Features

* **unstable:** Amount sum ([dc68b38](https://github.com/jcornaz/beancount-parser/commit/dc68b38afae71cfc6a15956187c0f080aa88afe9))
* **unstable:** introduce `BalancedTransaction` type ([988f801](https://github.com/jcornaz/beancount-parser/commit/988f8017254028972949b2c3789c2c28b86011f5))

## [1.8.4](https://github.com/jcornaz/beancount-parser/compare/v1.8.3...v1.8.4) (2022-11-20)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beancount-parser"
version = "1.8.4"
version = "1.8.5"
license = "Unlicense"
authors = ["Jonathan Cornaz"]
edition = "2021"
Expand Down

0 comments on commit 04bd148

Please sign in to comment.