This repository was archived by the owner on Jan 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.4.0] - 2026-01-04
4+
35- ` git pkgs where ` command to find where a package is declared in manifest files
46- ` git pkgs diff-driver ` command for semantic lockfile diffs in ` git diff `
7+ - Ruby 4.0 support
8+ - Fix branch name retrieval and final snapshot storage in ` git pkgs init `
9+ - Fix ` git pkgs info ` snapshot coverage output when zero snapshots
10+ - Fix manifest file pattern matching for wildcard characters
11+ - Fix co-author name parsing in ` git pkgs blame `
512
613## [ 0.3.0] - 2026-01-03
714
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- git-pkgs (0.3 .0 )
4+ git-pkgs (0.4 .0 )
55 activerecord (>= 7.0 )
66 ecosystems-bibliothecary
77 rugged (~> 1.0 )
@@ -165,7 +165,7 @@ CHECKSUMS
165165 ffi (1.17.3-x86_64-darwin) sha256=1f211811eb5cfaa25998322cdd92ab104bfbd26d1c4c08471599c511f2c00bb5
166166 ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
167167 ffi (1.17.3-x86_64-linux-musl) sha256=086b221c3a68320b7564066f46fed23449a44f7a1935f1fe5a245bd89d9aea56
168- git-pkgs (0.3 .0)
168+ git-pkgs (0.4 .0)
169169 highline (3.0.1) sha256=ca18b218fd581b1fae832f89bfeaf2b34d3a93429c44fd4411042ffce286f009
170170 i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
171171 io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
Original file line number Diff line number Diff line change 22
33module Git
44 module Pkgs
5- VERSION = "0.3 .0"
5+ VERSION = "0.4 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments