File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 2.3.0] ( https://github.com/catppuccin/python/compare/v2.2.0...v2.3.0 ) (2024-06-18)
4+
5+
6+ ### Features
7+
8+ * added ` matplotlib ` support ([ #36 ] ( https://github.com/catppuccin/python/issues/36 ) ) ([ 580dabc] ( https://github.com/catppuccin/python/commit/580dabc3e3c15d9e3043430c100fb867f9847614 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** update dependency pygments to v2.18.0 ([ #44 ] ( https://github.com/catppuccin/python/issues/44 ) ) ([ b40036e] ( https://github.com/catppuccin/python/commit/b40036e78929b965a90fabc728ea7da4e8e2beeb ) )
14+ * ** deps:** update dependency rich to v13.7.1 ([ #39 ] ( https://github.com/catppuccin/python/issues/39 ) ) ([ f72ae06] ( https://github.com/catppuccin/python/commit/f72ae06336b0173fa525d2f93843216e87628673 ) )
15+ * ** deps:** update dependency tinycss2 to v1.3.0 ([ #45 ] ( https://github.com/catppuccin/python/issues/45 ) ) ([ c1e9d90] ( https://github.com/catppuccin/python/commit/c1e9d90229684944126abdaa8dac226625ec583e ) )
16+
17+
18+ ### Reverts
19+
20+ * ** css:** remove extra ` pre[lang] ` selector ([ #35 ] ( https://github.com/catppuccin/python/issues/35 ) ) ([ 3fd71d3] ( https://github.com/catppuccin/python/commit/3fd71d31409f901a9c8048d57689a681a50baa12 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " catppuccin"
7- version = " 2.2 .0"
7+ version = " 2.3 .0"
88description = " 🐍 Soothing pastel theme for Python."
99authors = [
" backwardspy <[email protected] >" ]
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments