Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 037d5d0

Browse files
committed
v0.5.0
1 parent 95bd9f8 commit 037d5d0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## [Unreleased]
22

3+
## [0.5.0] - 2026-01-04
4+
35
- `git pkgs init` now installs git hooks by default (use `--no-hooks` to skip)
46
- Parallel prefetching of git diffs for ~2x speedup on large repositories (1500+ commits)
57
- Performance tuning via environment variables: `GIT_PKGS_BATCH_SIZE`, `GIT_PKGS_SNAPSHOT_INTERVAL`, `GIT_PKGS_THREADS`
8+
- `git pkgs completions` command for bash/zsh tab completion
69
- Fix N+1 queries in `blame`, `stale`, `stats`, and `log` commands
710
- Configuration via git config: `pkgs.ecosystems`, `pkgs.ignoredDirs`, `pkgs.ignoredFiles`
811
- `git pkgs info --ecosystems` to show available ecosystems and their status
9-
- `git pkgs completions` command for bash/zsh tab completion
1012
- `-q, --quiet` flag to suppress informational messages
1113
- `git pkgs diff` now supports `commit..commit` range syntax
1214
- `--git-dir` and `--work-tree` global options (also respects `GIT_WORK_TREE` env var)

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
git-pkgs (0.4.0)
4+
git-pkgs (0.5.0)
55
activerecord (>= 7.0)
66
ecosystems-bibliothecary
77
rugged (~> 1.0)
@@ -168,7 +168,7 @@ CHECKSUMS
168168
ffi (1.17.3-x86_64-darwin) sha256=1f211811eb5cfaa25998322cdd92ab104bfbd26d1c4c08471599c511f2c00bb5
169169
ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
170170
ffi (1.17.3-x86_64-linux-musl) sha256=086b221c3a68320b7564066f46fed23449a44f7a1935f1fe5a245bd89d9aea56
171-
git-pkgs (0.4.0)
171+
git-pkgs (0.5.0)
172172
highline (3.0.1) sha256=ca18b218fd581b1fae832f89bfeaf2b34d3a93429c44fd4411042ffce286f009
173173
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
174174
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc

lib/git/pkgs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Git
44
module Pkgs
5-
VERSION = "0.4.0"
5+
VERSION = "0.5.0"
66
end
77
end

0 commit comments

Comments
 (0)