From 8c57d7d0361434ac5590fc9b41f61c62efd7efa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:33:56 +0000 Subject: [PATCH] chore(main): release 3.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85b4861..466b719 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5e89c..fafc972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.3.1](https://github.com/ChipWolf/BadgeSort/compare/3.3.0...3.3.1) (2025-11-13) + + +### Bug Fixes + +* **icons:** reduce max_url_length to 3550 and add camo limit warnings ([#109](https://github.com/ChipWolf/BadgeSort/issues/109)) ([abc9f1a](https://github.com/ChipWolf/BadgeSort/commit/abc9f1a52518781d37f61b1a81dee2d309ece736)) +* **icons:** reduce SVG data URI limit to prevent GitHub camo URL truncation ([#106](https://github.com/ChipWolf/BadgeSort/issues/106)) ([c120cb0](https://github.com/ChipWolf/BadgeSort/commit/c120cb046b74719c8fa9141357d224bae0468dc6)) + ## [3.3.0](https://github.com/ChipWolf/BadgeSort/compare/3.2.0...3.3.0) (2025-11-13) diff --git a/pyproject.toml b/pyproject.toml index 30ccff9..e39ee81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BadgeSort" -version = "3.3.0" +version = "3.3.1" description = "Generate and sort branded Shields.io badges by color" authors = ["Chip Wolf "] license = "MIT"