From 61d1ae42ea429d913fef5aaa4be2c648711d2643 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 12:53:07 +0000 Subject: [PATCH] chore(main): release 3.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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..b512a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.3.2](https://github.com/ChipWolf/BadgeSort/compare/3.3.1...3.3.2) (2026-06-18) + + +### 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 ([#121](https://github.com/ChipWolf/BadgeSort/issues/121)) ([0c732d3](https://github.com/ChipWolf/BadgeSort/commit/0c732d3738a37ac172060ed83c16110bb1c0694c)) +* **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 bc88d5d..b8996c7 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"