File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.4.1 "
2
+ "." : " 2.5.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.5.0] ( https://github.com/catppuccin/python/compare/v2.4.1...v2.5.0 ) (2025-08-03)
4
+
5
+
6
+ ### Build System
7
+
8
+ * ignore ` version ` field in palette.json ([ b5dad76] ( https://github.com/catppuccin/python/commit/b5dad762a71d6cab31561d58516a82c7b9c20a8b ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * document package with pdoc ([ #108 ] ( https://github.com/catppuccin/python/issues/108 ) ) ([ e499070] ( https://github.com/catppuccin/python/commit/e49907013cedc45f61a0ce12f9d5849da40b06c9 ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * auto-sync upstream palettes ([ #107 ] ( https://github.com/catppuccin/python/issues/107 ) ) ([ 900189a] ( https://github.com/catppuccin/python/commit/900189a21c3e5a0e7a7fd30ce89d440392322e57 ) )
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * handle uppercase hexes from pygments ([ #109 ] ( https://github.com/catppuccin/python/issues/109 ) ) ([ d06dedc] ( https://github.com/catppuccin/python/commit/d06dedc1155b037a40c2185f39ec799b9c864dd9 ) )
24
+ * ** pygments:** mantle for code block backgrounds ([ #112 ] ( https://github.com/catppuccin/python/issues/112 ) ) ([ c7e72f8] ( https://github.com/catppuccin/python/commit/c7e72f8aaa763a776aaf672b609770d3d4e422ea ) )
25
+
3
26
## [ 2.4.1] ( https://github.com/catppuccin/python/compare/v2.4.0...v2.4.1 ) (2025-02-26)
4
27
5
28
Original file line number Diff line number Diff line change 7
7
requires-python = " >=3.9.0"
8
8
dependencies = []
9
9
name = " catppuccin"
10
- version = " 2.4.1 "
10
+ version = " 2.5.0 "
11
11
description = " 🐍 Soothing pastel theme for Python."
12
12
readme = " README.md"
13
13
You can’t perform that action at this time.
0 commit comments