diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466b719..f1507a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.1" + ".": "3.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fafc972..291ac28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.3.2](https://github.com/ChipWolf/BadgeSort/compare/3.3.1...3.3.2) (2026-04-14) + + +### Bug Fixes + +* **deps:** update pypi group ([#111](https://github.com/ChipWolf/BadgeSort/issues/111)) ([a4ac94e](https://github.com/ChipWolf/BadgeSort/commit/a4ac94e1a923f03891fa6480d64c92f5e904bea1)) +* **deps:** update pypi group (major) ([#112](https://github.com/ChipWolf/BadgeSort/issues/112)) ([aae7e87](https://github.com/ChipWolf/BadgeSort/commit/aae7e87600e6969c2dc3638136519957b83e7131)) + ## [3.3.1](https://github.com/ChipWolf/BadgeSort/compare/3.3.0...3.3.1) (2025-11-13) diff --git a/pyproject.toml b/pyproject.toml index d100204..8e75d5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BadgeSort" -version = "3.3.1" +version = "3.3.2" description = "Generate and sort branded Shields.io badges by color" authors = ["Chip Wolf "] license = "MIT"