Skip to content

Commit

Permalink
bump: version 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 12, 2024
1 parent 4a41802 commit 92a8b55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <freethoughtleft@gmail.com>"]
license = "MPL-2.0"
Expand All @@ -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
Expand Down

0 comments on commit 92a8b55

Please sign in to comment.