From 5ee382dc50a478a0628d47f0aa5dd403270b2ae2 Mon Sep 17 00:00:00 2001 From: "coderamp-ci[bot]" <221205196+coderamp-ci[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 08:59:42 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bd427b6c..8efb275a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.1"} +{".":"0.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 137ec55d..24ada49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/coderamp-labs/gitingest/compare/v0.3.1...v0.4.0) (2025-08-14) + + +### Features + +* use gitpython for git stuff ([#504](https://github.com/coderamp-labs/gitingest/issues/504)) ([c057f6e](https://github.com/coderamp-labs/gitingest/commit/c057f6e06271372f1e5dd054d62e416872620b10)) +* **web:** add version info display ([#483](https://github.com/coderamp-labs/gitingest/issues/483)) ([867c2d9](https://github.com/coderamp-labs/gitingest/commit/867c2d904e57ef2b329ba863661062cc92be39c9)) + ## [0.3.1](https://github.com/coderamp-labs/gitingest/compare/v0.3.0...v0.3.1) (2025-07-31) diff --git a/pyproject.toml b/pyproject.toml index 36219fe6..1faa4be2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gitingest" -version = "0.3.1" +version = "0.4.0" description="CLI tool to analyze and create text dumps of codebases for LLMs" readme = {file = "README.md", content-type = "text/markdown" } requires-python = ">= 3.8"