Skip to content

Commit 26c0629

Browse files
Alan Baldassarreclaude
authored andcommitted
chore: bump version to 0.15.1, add comprehensive scheduling tests
Version bump: 0.15.0 → 0.15.1 (PATCH for bug fix) Added 14 new tests in complete_task_scheduling.rs covering: - Regression tests for the fixed bug (sequential complete tasks) - Three-task chains without actual dates - Mixed scenarios (some with actual dates, some without) - Parallel complete tasks - Diamond dependencies with all complete tasks - actual_finish only (no actual_start) - Mixed progress states (Complete → InProgress → NotStarted) - Container with complete children - Slack calculation verification - Long chain stress test (20 tasks) Total test count: 978 tests passing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1973ea1 commit 26c0629

File tree

3 files changed

+571
-8
lines changed

3 files changed

+571
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -14,7 +14,7 @@ members = [
1414
]
1515

1616
[workspace.package]
17-
version = "0.15.0"
17+
version = "0.15.1"
1818
edition = "2021"
1919
rust-version = "1.75"
2020
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)