Skip to content

Commit fd76431

Browse files
chore(main): release 3.3.1 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent abc9f1a commit fd76431

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.3.0"
2+
".": "3.3.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.3.1](https://github.com/ChipWolf/BadgeSort/compare/3.3.0...3.3.1) (2025-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
311
## [3.3.0](https://github.com/ChipWolf/BadgeSort/compare/3.2.0...3.3.0) (2025-11-13)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "BadgeSort"
3-
version = "3.3.0"
3+
version = "3.3.1"
44
description = "Generate and sort branded Shields.io badges by color"
55
authors = ["Chip Wolf <github@chipwolf.uk>"]
66
license = "MIT"

0 commit comments

Comments
 (0)