Skip to content

Commit b628680

Browse files
committed
chore: bump version to v0.25.0 and update rich dependeicies to 15.0.0
1 parent ed0f0d4 commit b628680

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.24.1"
1+
VERSION = "0.25.0"

explain_this_repo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.24.1"
1+
VERSION = "0.25.0"

node_version/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explainthisrepo",
3-
"version": "0.24.1",
3+
"version": "0.25.0",
44
"description": "The fastest way to understand any codebase in plain English. Not blind AI summarization",
55
"license": "MIT",
66
"type": "module",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "explainthisrepo"
7-
version = "0.24.1"
7+
version = "0.25.0"
88
description = "The fastest way to understand any codebase in plain English using real project signals. Not blind AI summarization"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.9,<4.0"
@@ -18,7 +18,7 @@ keywords = ["cli", "codebase-understanding", "repo-analysis", "code-explanation"
1818

1919
dependencies = [
2020
"requests>=2.31,<3.0",
21-
"rich>=14.3.3"
21+
"rich>=15.0.0"
2222
]
2323

2424
classifiers = [

0 commit comments

Comments
 (0)