mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 08:29:29 +00:00
chore(main): release 0.4.0
This commit is contained in:
parent
4e259a02fe
commit
be25f5582e
3 changed files with 10 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
{".":"0.3.1"}
|
||||
{".":"0.4.0"}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [0.4.0](https://github.com/coderamp-labs/gitingest/compare/v0.3.1...v0.4.0) (2025-08-16)
|
||||
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue