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..1b51a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.3.2](https://github.com/ChipWolf/BadgeSort/compare/3.3.1...3.3.2) (2026-05-17) + + +### 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 ([#118](https://github.com/ChipWolf/BadgeSort/issues/118)) ([c94b51e](https://github.com/ChipWolf/BadgeSort/commit/c94b51e5838c504b9f4480043cd63f0368325b79)) +* **deps:** update pypi group ([#120](https://github.com/ChipWolf/BadgeSort/issues/120)) ([5c12b77](https://github.com/ChipWolf/BadgeSort/commit/5c12b77033974ed1df0aa86f5ff693758a3a08d3)) +* **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 546b046..5b3a0a8 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"