Skip to content

Commit 282de7e

Browse files
committed
Version 1.5.0
1 parent a4a03f1 commit 282de7e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/changelog.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@ Changelog
22
=========
33

44

5+
Version 1.5.0
6+
-------------
7+
8+
Released on 2025-11-19.
9+
10+
* Support most of CSS Color Level 5
11+
* Fix tokenizer crash on escaped Dimension units and Function names
12+
13+
514
Version 1.4.0
615
-------------
716

8-
Released on 2024-10-24
17+
Released on 2024-10-24.
918

1019
* Support CSS Color Level 4
1120

tinycss2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .serializer import serialize, serialize_identifier # noqa
1616
from .tokenizer import parse_component_value_list # noqa
1717

18-
VERSION = __version__ = '1.4.0'
18+
VERSION = __version__ = '1.5.0'

0 commit comments

Comments
 (0)