diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..04c0999 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/pyproject.toml b/pyproject.toml index a88754f..865360b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"