Skip to content

Commit b7808f6

Browse files
chore(main): release 2.4.0 (#87)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b22ccab commit b7808f6

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.4"
2+
".": "2.4.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/catppuccin/python/compare/v2.3.4...v2.4.0) (2025-02-25)
4+
5+
6+
### Build System
7+
8+
* switch to uv and drop python 3.8 support ([#100](https://github.com/catppuccin/python/issues/100)) ([ba03e0a](https://github.com/catppuccin/python/commit/ba03e0a1b3a252c36db2d4bdd67832bea4f2523e))
9+
10+
11+
### Features
12+
13+
* **pygments:** remove line-height ([#86](https://github.com/catppuccin/python/issues/86)) ([368c755](https://github.com/catppuccin/python/commit/368c7552dbec69d71b21e68f0d403ff38e68707a))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency rich to v13.9.2 ([#83](https://github.com/catppuccin/python/issues/83)) ([73fc25e](https://github.com/catppuccin/python/commit/73fc25eef69f0188fc26f1814ce9793d63000556))
19+
320
## [2.3.4](https://github.com/catppuccin/python/compare/v2.3.3...v2.3.4) (2024-09-08)
421

522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [{ name = "backwardspy", email = "[email protected]" }]
77
requires-python = ">=3.9.0"
88
dependencies = []
99
name = "catppuccin"
10-
version = "2.3.4"
10+
version = "2.4.0"
1111
description = "🐍 Soothing pastel theme for Python."
1212
readme = "README.md"
1313

0 commit comments

Comments
 (0)