Skip to content

Commit 6e196de

Browse files
committed
bump: version 0.4.0
1 parent f1d8755 commit 6e196de

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "repomix"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
description = "A tool for analyzing and summarizing code repositories"
55
authors = [{ name = "Anderson", email = "andersonby@163.com" }]
66
dependencies = [

src/repomix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
get_global_directory,
1111
)
1212

13-
__version__ = "0.3.4"
13+
__version__ = "0.4.0"
1414
__all__ = [
1515
"RepoProcessor",
1616
"RepoProcessorResult",

0 commit comments

Comments
 (0)