Skip to content

Commit fa94c6e

Browse files
committed
chore: bump version
1 parent cb4319b commit fa94c6e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [0.3.1] - 2025-10-27
13+
### Fixed
14+
- Capture stderr output from subprocesses
15+
- Handle empty output gracefully
16+
1217
## [0.3.0] - 2025-10-24
1318
### Added
1419
- CLI arguments support: `--api-url`, `--api-key`, `--proxy`, `--pac`, `--ca-cert`, `--output`, `--debug`, `--ignore-cert-errors`, `--rest`
@@ -42,3 +47,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4247
[0.1.0]: https://github.com/scanoss/pre-commit-hooks/compare/v0.0.1...v0.1.0
4348
[0.2.0]: https://github.com/scanoss/pre-commit-hooks/compare/v0.1.0...v0.2.0
4449
[0.3.0]: https://github.com/scanoss/pre-commit-hooks/compare/v0.2.0...v0.3.0
50+
[0.3.1]: https://github.com/scanoss/pre-commit-hooks/compare/v0.3.0...v0.3.1

src/hooks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = "0.3.0"
25+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)