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"