Skip to content

Commit 309f715

Browse files
committed
bump: version 0.3.2
1 parent 87e507b commit 309f715

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

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

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.1"
3+
version = "0.3.2"
44
description = "A tool for analyzing and summarizing code repositories"
55
authors = [{ name = "Anderson", email = "[email protected]" }]
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.1"
13+
__version__ = "0.3.2"
1414
__all__ = [
1515
"RepoProcessor",
1616
"RepoProcessorResult",

0 commit comments

Comments
 (0)