From 351900c32ff89f9e8efcdb426cdac22d48fb4324 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Feb 2023 17:24:34 +0000 Subject: [PATCH] chore(release): 1.12.0 ## [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)) --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199d2c7..33b20a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index dfd1877..e694f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beancount-parser" -version = "1.11.1" +version = "1.12.0" license = "Unlicense" authors = ["Jonathan Cornaz"] edition = "2021"