Bug Fixes
-
Allow multiple scripts to run at the same time, if they are not the same.
Previously, per integration test and thus per crate, one would
effectively only be able to run a single script at a time because of the
global identity lock. This was required previously before the additional
file based lock, per script name, was introduced.This is now fixed by dropping the lock after the script identity was
obtained.
Changed (BREAKING)
- upgrade
bstr
to1.0.1
Commit Statistics
- 15 commits contributed to the release over the course of 21 calendar days.
- 24 days passed between releases.
- 2 commits were understood as conventional.
- 3 unique issues were worked on: #450, #470, #509
Commit Details
view details
- #450
- #470
- update changelogs prior to release (caa7a1b)
- #509
- Uncategorized
- Merge branch 'index-from-tree' (172f73c)
- make fmt (535e967)
- Merge branch 'main' into filter-refs-by-spec (9aa1d3d)
- Merge branch 'main' into filter-refs-by-spec (1f6e5ab)
- Merge branch 'git_date_parse' (75591fb)
- Release git-hash v0.9.9 (da0716f)
- Release git-diff v0.18.1, git-discover v0.4.2, git-traverse v0.16.4, git-repository v0.23.1 (2571831)
- fix format (1b00ab1)
- Fix git_version_from_bytes to handle trailing newline (14e4e66)