File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.0] - 2026-01-28
11+
1012### Added
1113- 🎨 ** JSON Output Format** : New ` --style json ` option for machine-readable structured output, perfect for integration with other tools and scripts
1214- 📊 ** Git Log Integration** : Include recent commit history in output with ` --include-logs ` option
@@ -25,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
2628### Fixed
2729- 🐛 ** Test Fixes** : Fixed path comparison issues in test_file_stdin.py and output file path handling in test_core_functionality.py
28-
2930## [ 0.3.4] - 2025-09-01
3031
3132### Fixed
Original file line number Diff line number Diff line change 11[project ]
22name = " repomix"
3- version = " 0.3.4 "
3+ version = " 0.4.0 "
44description = " A tool for analyzing and summarizing code repositories"
55authors = [{ name = " Anderson" , email = " andersonby@163.com" }]
66dependencies = [
Original file line number Diff line number Diff line change 1010 get_global_directory ,
1111)
1212
13- __version__ = "0.3.4 "
13+ __version__ = "0.4.0 "
1414__all__ = [
1515 "RepoProcessor" ,
1616 "RepoProcessorResult" ,
You can’t perform that action at this time.
0 commit comments