diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2c842..2b577dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.7.1 (2024-08-12) + +### Fix + +- **build**: Ensure proper URI is entered into the manifest + ## v0.7.0 (2024-08-11) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 055ba1a..f7a73d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mtg-vectors" -version = "0.7.0" +version = "0.7.1" description = "A repository of Magic the Gathering SVG (vector) files for set, watermark, and miscellaneous symbols." authors = ["Investigamer "] license = "MPL-2.0" @@ -25,7 +25,7 @@ hexproof = {git = "https://github.com/Investigamer/hexproof.git", tag = "0.3.0"} vectors = 'src.commands:AppCLI' [tool.commitizen] -version = "0.7.0" +version = "0.7.1" changelog_start_rev = "0.2.1" tag_format = "v$version" update_changelog_on_bump = true