From 3991fc24d450973351df2e6a97fdd35dcee7f42b Mon Sep 17 00:00:00 2001 From: Felipe Nardon dos Santos Date: Fri, 24 Nov 2023 11:28:15 -0300 Subject: [PATCH] chore: :rocket: New version Signed-off-by: Felipe Nardon dos Santos --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec33aa8..177200f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.4 + +### Prs in Release + +- [Add Bitbucket config in scripts.](https://github.com/jdoiro3/mkdocs-multirepo-plugin/pull/132) + ## 0.6.3 ### Prs in Release diff --git a/pyproject.toml b/pyproject.toml index 0af96d2..75e712a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-multirepo-plugin" -version = "0.6.3" +version = "0.6.4" description = "Build documentation in multiple repos into one site." authors = ["jdoiro3 "] license = "MIT"