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

Commit 4f91e31

Browse files
committed
v0.6.0
1 parent 7e3fcaa commit 4f91e31

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
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

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.5.0"
5+
VERSION = "0.6.0"
66
end
77
end

0 commit comments

Comments
 (0)