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 +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.6.0] - 2026-01-05
4+
5+ - Replace ActiveRecord with Sequel (~ 3x faster init, ~ 2x faster queries)
36- ` git pkgs stats ` now shows top authors in default output
7+ - Update ecosystems-bibliothecary to ~ > 15.0 (~ 10x faster lockfile parsing)
8+ - Fewer runtime dependencies
9+ - Quieter output from ` init ` and ` update ` commands
410
511## [ 0.5.0] - 2026-01-04
612
Original file line number Diff line number Diff line change 1313PATH
1414 remote: .
1515 specs:
16- git-pkgs (0.5 .0 )
16+ git-pkgs (0.6 .0 )
1717 ecosystems-bibliothecary (~> 15.0 )
1818 rugged (~> 1.0 )
1919 sequel (>= 5.0 )
@@ -98,7 +98,7 @@ CHECKSUMS
9898 date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
9999 ecosystems-bibliothecary (15.0.1)
100100 erb (6.0.1) sha256=28ecdd99c5472aebd5674d6061e3c6b0a45c049578b071e5a52c2a7f13c197e5
101- git-pkgs (0.5 .0)
101+ git-pkgs (0.6 .0)
102102 io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
103103 irb (1.16.0) sha256=2abe56c9ac947cdcb2f150572904ba798c1e93c890c256f8429981a7675b0806
104104 json (2.18.0) sha256=b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505
Original file line number Diff line number Diff line change 22
33module Git
44 module Pkgs
5- VERSION = "0.5 .0"
5+ VERSION = "0.6 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments