Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
## [1.12.0](v1.11.1...v1.12.0) (2023-02-05)

### Features

* implement `Display` for `account::Type` ([eb6bf10](eb6bf10))
* implement `Display` for `Account` ([b890620](b890620))
* stabilize include directive ([60c7a2b](60c7a2b))
semantic-release-bot committed Feb 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b890620 commit 351900c
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.12.0](https://github.com/jcornaz/beancount-parser/compare/v1.11.1...v1.12.0) (2023-02-05)


### Features

* implement `Display` for `account::Type` ([eb6bf10](https://github.com/jcornaz/beancount-parser/commit/eb6bf10b0717d05aeb43c3099430f58e4e7d6ceb))
* implement `Display` for `Account` ([b890620](https://github.com/jcornaz/beancount-parser/commit/b8906201fad79730604a98ead887f4cd95bba0fc))
* stabilize include directive ([60c7a2b](https://github.com/jcornaz/beancount-parser/commit/60c7a2bb191215d2d98e0f57ab1ca5c23f26fee9))

## [1.11.1](https://github.com/jcornaz/beancount-parser/compare/v1.11.0...v1.11.1) (2023-02-03)


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.11.1"
version = "1.12.0"
license = "Unlicense"
authors = ["Jonathan Cornaz"]
edition = "2021"

0 comments on commit 351900c

Please sign in to comment.