Skip to content

Commit 7ee44c5

Browse files
committed
bump: version 0.4.1
1 parent 676a360 commit 7ee44c5

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

88
## [Unreleased]
99

10+
## [0.4.1] - 2026-01-29
11+
1012
### Fixed
1113
- 🐛 **CLI Style Option**: Added missing `json` choice to `--style` CLI argument
12-
1314
## [0.4.0] - 2026-01-28
1415

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

0 commit comments

Comments
 (0)