From cb8b1330a61f5484ea8c7cd5a10dbdcc4a21f5c7 Mon Sep 17 00:00:00 2001 From: jdoiro3 Date: Mon, 24 Jun 2024 10:47:57 -0400 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 122c321..cd3b71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.2 + +### Prs in Release + +- [Fix Version Parsing](https://github.com/jdoiro3/mkdocs-multirepo-plugin/pull/151) + ## 0.8.1 ### Prs in Release diff --git a/pyproject.toml b/pyproject.toml index c46d7df..0a3c85a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-multirepo-plugin" -version = "0.8.1" +version = "0.8.2" description = "Build documentation in multiple repos into one site." authors = ["jdoiro3 "] license = "MIT"