Skip to content

Commit 32944a6

Browse files
committed
chore: bump version to 0.1.2 and update CHANGELOG
1 parent 2eb10d1 commit 32944a6

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2026-04-12
11+
12+
### Fixed
13+
- Deadlock in parallel walker when scanning repositories with more than 1000 files, caused by bounded channel consumer starting only after blocking `run()` call returns; fixed by running consumer concurrently via `std::thread::scope`
14+
1015
## [0.1.1] - 2026-04-11
1116

1217
### Fixed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.1.1"
6+
version = "0.1.2"
77
edition = "2021"
88
rust-version = "1.85"
99
license = "MIT"

0 commit comments

Comments
 (0)