Skip to content

Commit 00f5888

Browse files
committed
bump: version 0.3.4
1 parent b379113 commit 00f5888

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,9 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.4] - 2025-09-01
11+
1012
### Fixed
1113
- 🔧 **Configuration Export**: Fixed internal field filtering and ensured style configuration is properly exported as string format, improving configuration reliability
12-
1314
## [0.3.3] - 2025-09-01
1415

1516
### Changed

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.3"
3+
version = "0.3.4"
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.3"
13+
__version__ = "0.3.4"
1414
__all__ = [
1515
"RepoProcessor",
1616
"RepoProcessorResult",

0 commit comments

Comments
 (0)