Skip to content

Commit 08c1c76

Browse files
chore(main): release 2.3.0 (#51)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa9d2c1 commit 08c1c76

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "catppuccin"
7-
version = "2.2.0"
7+
version = "2.3.0"
88
description = "🐍 Soothing pastel theme for Python."
99
authors = ["backwardspy <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)