From 7af42b914e72408978e1d6da17d2d1c6530ab708 Mon Sep 17 00:00:00 2001 From: jdoiro3 Date: Sat, 22 Jun 2024 10:12:41 -0400 Subject: [PATCH] bumped version to trigger new patched release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a752b..122c321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.1 + +### Prs in Release + +- [Better Git Version Parsing and Checking](https://github.com/jdoiro3/mkdocs-multirepo-plugin/pull/148) + ## 0.8.0 ### Prs in Release diff --git a/pyproject.toml b/pyproject.toml index 930cd02..c46d7df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-multirepo-plugin" -version = "0.8.0" +version = "0.8.1" description = "Build documentation in multiple repos into one site." authors = ["jdoiro3 "] license = "MIT"