chore(main): release 2.3.0 (#51)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-18 14:21:26 +01:00 committed by GitHub
parent aa9d2c1639
commit 08c1c769a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

20
CHANGELOG.md Normal file
View File

@ -0,0 +1,20 @@
# Changelog
## [2.3.0](https://github.com/catppuccin/python/compare/v2.2.0...v2.3.0) (2024-06-18)
### Features
* added `matplotlib` support ([#36](https://github.com/catppuccin/python/issues/36)) ([580dabc](https://github.com/catppuccin/python/commit/580dabc3e3c15d9e3043430c100fb867f9847614))
### Bug Fixes
* **deps:** update dependency pygments to v2.18.0 ([#44](https://github.com/catppuccin/python/issues/44)) ([b40036e](https://github.com/catppuccin/python/commit/b40036e78929b965a90fabc728ea7da4e8e2beeb))
* **deps:** update dependency rich to v13.7.1 ([#39](https://github.com/catppuccin/python/issues/39)) ([f72ae06](https://github.com/catppuccin/python/commit/f72ae06336b0173fa525d2f93843216e87628673))
* **deps:** update dependency tinycss2 to v1.3.0 ([#45](https://github.com/catppuccin/python/issues/45)) ([c1e9d90](https://github.com/catppuccin/python/commit/c1e9d90229684944126abdaa8dac226625ec583e))
### Reverts
* **css:** remove extra `pre[lang]` selector ([#35](https://github.com/catppuccin/python/issues/35)) ([3fd71d3](https://github.com/catppuccin/python/commit/3fd71d31409f901a9c8048d57689a681a50baa12))

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "catppuccin"
version = "2.2.0"
version = "2.3.0"
description = "🐍 Soothing pastel theme for Python."
authors = ["backwardspy <backwardspy@pigeon.life>"]
readme = "README.md"