Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
## [1.10.0](v1.9.1...v1.10.0) (2023-01-11)

### Features

* extend the lifetime of items returned by `Account::components()` ([c56d5b1](c56d5b1))

### Unstable API removed

* **unstable:** Remove transaction balancing and amount sum logic ([a6fb067](a6fb067))
  • Loading branch information
semantic-release-bot committed Jan 11, 2023
1 parent c56d5b1 commit 5505013
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.10.0](https://github.com/jcornaz/beancount-parser/compare/v1.9.1...v1.10.0) (2023-01-11)


### Features

* extend the lifetime of items returned by `Account::components()` ([c56d5b1](https://github.com/jcornaz/beancount-parser/commit/c56d5b15e1d2516335e6b92a578715daa6effd44))


### Unstable API removed

* **unstable:** Remove transaction balancing and amount sum logic ([a6fb067](https://github.com/jcornaz/beancount-parser/commit/a6fb0678df8ea4cb0fff1581b00970f6d525c3d2))

## [1.9.1](https://github.com/jcornaz/beancount-parser/compare/v1.9.0...v1.9.1) (2023-01-09)


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.9.1"
version = "1.10.0"
license = "Unlicense"
authors = ["Jonathan Cornaz"]
edition = "2021"
Expand Down

0 comments on commit 5505013

Please sign in to comment.