From 5bdf7bd61571d45794bcf5e0f35e358c7404cdef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:54:08 +0000 Subject: [PATCH] chore(main): release 2.4.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca9dd1..f4d9d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.4.0](https://github.com/catppuccin/python/compare/v2.3.4...v2.4.0) (2024-11-08) + + +### Features + +* **pygments:** "can't you just..." - [@nullishamy](https://github.com/nullishamy) ([#88](https://github.com/catppuccin/python/issues/88)) ([0e0a289](https://github.com/catppuccin/python/commit/0e0a2898e7a6e642811f9d8263a4f43d7f0cc035)) +* **pygments:** remove line-height ([#86](https://github.com/catppuccin/python/issues/86)) ([368c755](https://github.com/catppuccin/python/commit/368c7552dbec69d71b21e68f0d403ff38e68707a)) + + +### Bug Fixes + +* **deps:** update dependency rich to v13.9.2 ([#83](https://github.com/catppuccin/python/issues/83)) ([73fc25e](https://github.com/catppuccin/python/commit/73fc25eef69f0188fc26f1814ce9793d63000556)) + ## [2.3.4](https://github.com/catppuccin/python/compare/v2.3.3...v2.3.4) (2024-09-08) diff --git a/pyproject.toml b/pyproject.toml index 93d6417..1fbd53b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "catppuccin" -version = "2.3.4" +version = "2.4.0" description = "🐍 Soothing pastel theme for Python." authors = ["backwardspy "] readme = "README.md"