File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.2] - 2025-08-12
11+
1012### Added
1113- 🔄 ** Configuration Migration** : Automatic backward compatibility handling for output style configuration changes
1214- 🚀 ** Release Automation** : Automated changelog management that moves unreleased content to version sections during releases
1315
1416### Changed
1517- 🧹 ** Code Quality** : Improved code readability and maintainability in release management scripts
16-
1718## [ 0.3.1] - 2025-01-02
1819
1920### Added
Original file line number Diff line number Diff line change 11[project ]
22name = " repomix"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44description = " A tool for analyzing and summarizing code repositories"
55authors = [{
name =
" Anderson" ,
email =
" [email protected] " }]
66dependencies = [
Original file line number Diff line number Diff line change 1010 get_global_directory ,
1111)
1212
13- __version__ = "0.3.1 "
13+ __version__ = "0.3.2 "
1414__all__ = [
1515 "RepoProcessor" ,
1616 "RepoProcessorResult" ,
You can’t perform that action at this time.
0 commit comments