From eba42c887cb77c850f93f513d694aebfc00586e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Feb 2023 00:33:54 +0000 Subject: [PATCH] chore(release): 1.13.0 ## [1.13.0](https://github.com/jcornaz/beancount-parser/compare/v1.12.0...v1.13.0) (2023-02-17) ### Features * pad directive ([e3034e7](https://github.com/jcornaz/beancount-parser/commit/e3034e76979cc7643ebd4dd9164bdf464946adf4)) ### Documentation * fix a broken link ([b943bd7](https://github.com/jcornaz/beancount-parser/commit/b943bd74e48915c397a9fe876cbc799848fda441)) --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b20a1..f35ec54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.13.0](https://github.com/jcornaz/beancount-parser/compare/v1.12.0...v1.13.0) (2023-02-17) + + +### Features + +* pad directive ([e3034e7](https://github.com/jcornaz/beancount-parser/commit/e3034e76979cc7643ebd4dd9164bdf464946adf4)) + + +### Documentation + +* fix a broken link ([b943bd7](https://github.com/jcornaz/beancount-parser/commit/b943bd74e48915c397a9fe876cbc799848fda441)) + ## [1.12.0](https://github.com/jcornaz/beancount-parser/compare/v1.11.1...v1.12.0) (2023-02-05) diff --git a/Cargo.toml b/Cargo.toml index e694f65..9374836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beancount-parser" -version = "1.12.0" +version = "1.13.0" license = "Unlicense" authors = ["Jonathan Cornaz"] edition = "2021"