Skip to content

Commit dc39a14

Browse files
committed
bump to version v0.2.0
1 parent dc5ccac commit dc39a14

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
## v0.1.1
1+
### Added
22

3-
### Changed
4-
5-
- improved log messages
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
67

7-
### Fixed
8+
### Changed
89

9-
- script could not be run because somehow pushed test code
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytailwindcss-extra"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Use Tailwind CSS with daisyUI without Node.js and install it via pip."
55
keywords = ["cli", "tailwind", "css", "daisyui"]
66
authors = [

0 commit comments

Comments
 (0)