diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 2b5ed4a0..2475bf0d 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -70,7 +70,7 @@ jobs: # Use PR head SHA for pull_request_target to review the actual PR code # For comment events, this will default to the base branch (PR context is inferred by Claude action) ref: ${{ github.event.pull_request.head.sha || github.sha }} - fetch-depth: 0 + fetch-depth: 1 # Invoke Claude to perform an automated PR review with progress tracking - name: PR Review with Progress Tracking diff --git a/Cargo.lock b/Cargo.lock index 8142b93a..be06cc8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,7 +867,7 @@ dependencies = [ [[package]] name = "git-internal" -version = "0.4.1" +version = "0.5.0" dependencies = [ "ahash 0.8.12", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e199b10d..1cfd865a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-internal" -version = "0.4.1" +version = "0.5.0" edition = "2024" license = "MIT" description = "Git-Internal is a high-performance Rust library for encoding and decoding Git internal objects and Pack files."