Skip to content

Commit 441a36f

Browse files
committed
bump to version v0.2.1
1 parent 54f263f commit 441a36f

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
### Added
1+
### Changed
22

3-
- use global binary storage so that already downloaded binaries don't get downloaded twice
4-
- cache latest tailwindcss-cli-extra version to not burden GitHub and your internet connection with repeated and slowing requests
5-
- timeout on all internet requests to fail fast if something is wrong
6-
- progress bar when downloading new tailwindcss-cli-extra binary
3+
- use user cache folder for all cache files (binaries and versions)
74

8-
### Changed
5+
### Fixed
96

10-
- BREAKING: removed PYTAILWINDCSS_EXTRA_BIN_DIR environment variable setting
11-
- locked major tailwindcss-cli-extra version to v2 for now to prevent braking changes outside of own major updates
12-
- BREAKING: don't show log level of log messages for cleaner logs
7+
- error when using v1 as latest major version

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytailwindcss-extra"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Use Tailwind CSS with daisyUI without Node.js and install it via pip."
55
keywords = ["cli", "tailwind", "css", "daisyui"]
66
authors = [
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
]
2627

2728
[project.urls]

0 commit comments

Comments
 (0)