Skip to content

Commit 29465cc

Browse files
committed
chore: bump version to v0.27.0 and publish .NET global tool to NuGet
1 parent 07f8fdb commit 29465cc

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

_version.py

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

dotnet_version/ExplainThisRepo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackAsTool>true</PackAsTool>
77
<ToolCommandName>explainthisrepo</ToolCommandName>
88
<PackageOutputPath>./nupkg</PackageOutputPath>
9-
<Version>0.26.3</Version>
9+
<Version>0.27.0</Version>
1010

1111
<Authors>Caleb Wodi</Authors>
1212
<Description>The fastest way to understand any unfamiliar codebase using real project signals. Not blind AI guessing. Signals first. LLM second.</Description>

explain_this_repo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.26.3"
1+
VERSION = "0.27.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explainthisrepo",
3-
"version": "0.26.3",
4-
"description": "The fastest way to understand any codebase in plain English. Not blind AI summarization",
3+
"version": "0.27.0",
4+
"description": "The fastest way to understand any unfamiliar codebase using real project signals. Not blind AI guessing. Signals first. LLM second",
55
"license": "MIT",
66
"type": "module",
77
"author": "Caleb Wodi <calebwodi33@gmail.com>",

pyproject.toml

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

55
[project]
66
name = "explainthisrepo"
7-
version = "0.26.3"
8-
description = "The fastest way to understand any codebase in plain English using real project signals. Not blind AI summarization"
7+
version = "0.27.0"
8+
description = "The fastest way to understand any unfamiliar codebase using real project signals. Not blind AI guessing. Signals first. LLM second"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.9,<4.0"
1111
license = { text = "MIT" }

0 commit comments

Comments
 (0)