From 8facedc4a605ef97eab951ffa4cb922efc710af2 Mon Sep 17 00:00:00 2001 From: Quanyi Ma Date: Thu, 12 Feb 2026 12:14:45 +0800 Subject: [PATCH] Bump version to 0.5.0 Signed-off-by: Quanyi Ma --- .github/workflows/claude-review.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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."