From a6f32e42363965ef99936d21e306590ce159dc7f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 13 Jan 2024 00:55:37 +0000 Subject: [PATCH] chore(release): bump version to v0.0.24 [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f46368..e3ad6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,33 @@ +## v0.0.24 (2024-01-13) + +### Fix + +* fix(deps): bump jinja2 from 3.1.2 to 3.1.3 + +Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. +- [Release notes](https://github.com/pallets/jinja/releases) +- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) +- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) + +--- +updated-dependencies: +- dependency-name: jinja2 + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`11a6a36`](https://github.com/gofrolist/mtg-printable-set-label-generator/commit/11a6a369ca313ea7bb243a0565cea178a94fd8d9)) + + ## v0.0.23 (2024-01-11) +### Chore + +* chore(release): bump version to v0.0.23 [skip ci] ([`7cef287`](https://github.com/gofrolist/mtg-printable-set-label-generator/commit/7cef287ea0b178ff65797a872bcd961ae270a2db)) + ### Fix * fix(ci): exclude_commit_patterns for Merge branch ([`8e7252d`](https://github.com/gofrolist/mtg-printable-set-label-generator/commit/8e7252d9984fc719f58f8d0333346cb5ac153c35)) diff --git a/pyproject.toml b/pyproject.toml index 3774629..a225957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mtglabels" -version = "0.0.23" +version = "0.0.24" description = "Magic: the Gathering Printable Set Label Generator" readme = "README.md" license = "MIT"