Skip to content

Commit 4e77d7d

Browse files
bartTCclaude
andcommitted
Release v0.13.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dd74354 commit 4e77d7d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.0] - 2025-11-24
11+
1012
### Changed
1113

1214
- **Sorting**: Complete overhaul with list-based configuration system
@@ -401,7 +403,8 @@ The initial alpha releases established the core functionality of Tailwhip.
401403
- **0.9a2** - Bug fixes, improved error handling, and type hint improvements
402404
- **0.9a3** - Enhanced template syntax handling and documentation updates
403405

404-
[Unreleased]: https://github.com/bartTC/tailwhip/compare/v0.12.0...HEAD
406+
[Unreleased]: https://github.com/bartTC/tailwhip/compare/v0.13.0...HEAD
407+
[0.13.0]: https://github.com/bartTC/tailwhip/compare/v0.12.0...v0.13.0
405408
[0.12.0]: https://github.com/bartTC/tailwhip/compare/v0.11.0...v0.12.0
406409
[0.11.0]: https://github.com/bartTC/tailwhip/compare/v0.10.1...v0.11.0
407410
[0.10.1]: https://github.com/bartTC/tailwhip/compare/v0.10.0...v0.10.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tailwhip"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "A pure Python Tailwind CSS class sorter that works with any HTML or CSS file, including Django templates and other template languages."
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)