From 545ca06e1b1b3640e426bc4ff37f6cc0716a81ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 20:02:55 +0000 Subject: [PATCH] chore(main): release 2.5.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index adf5fd7..4dedeae 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.1" + ".": "2.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f846a1a..352c721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.5.0](https://github.com/catppuccin/python/compare/v2.4.1...v2.5.0) (2025-08-03) + + +### Build System + +* ignore `version` field in palette.json ([b5dad76](https://github.com/catppuccin/python/commit/b5dad762a71d6cab31561d58516a82c7b9c20a8b)) + + +### Documentation + +* document package with pdoc ([#108](https://github.com/catppuccin/python/issues/108)) ([e499070](https://github.com/catppuccin/python/commit/e49907013cedc45f61a0ce12f9d5849da40b06c9)) + + +### Features + +* auto-sync upstream palettes ([#107](https://github.com/catppuccin/python/issues/107)) ([900189a](https://github.com/catppuccin/python/commit/900189a21c3e5a0e7a7fd30ce89d440392322e57)) + + +### Bug Fixes + +* handle uppercase hexes from pygments ([#109](https://github.com/catppuccin/python/issues/109)) ([d06dedc](https://github.com/catppuccin/python/commit/d06dedc1155b037a40c2185f39ec799b9c864dd9)) +* **pygments:** mantle for code block backgrounds ([#112](https://github.com/catppuccin/python/issues/112)) ([c7e72f8](https://github.com/catppuccin/python/commit/c7e72f8aaa763a776aaf672b609770d3d4e422ea)) + ## [2.4.1](https://github.com/catppuccin/python/compare/v2.4.0...v2.4.1) (2025-02-26) diff --git a/pyproject.toml b/pyproject.toml index 7323669..6355ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "backwardspy", email = "backwardspy@pigeon.life" }] requires-python = ">=3.9.0" dependencies = [] name = "catppuccin" -version = "2.4.1" +version = "2.5.0" description = "🐍 Soothing pastel theme for Python." readme = "README.md"