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

Commit 7f9132e

Browse files
committed
v0.3.0
1 parent daa300a commit 7f9132e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased]
1+
## [0.3.0] - 2026-01-03
22

33
- Pager support for long output (respects `GIT_PAGER`, `core.pager`, `PAGER`)
44
- `--no-pager` option for commands with long output

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GIT
1919
PATH
2020
remote: .
2121
specs:
22-
git-pkgs (0.2.0)
22+
git-pkgs (0.3.0)
2323
activerecord (>= 7.0)
2424
ecosystems-bibliothecary
2525
rugged (~> 1.0)
@@ -171,7 +171,7 @@ CHECKSUMS
171171
ffi (1.17.3-x86_64-darwin) sha256=1f211811eb5cfaa25998322cdd92ab104bfbd26d1c4c08471599c511f2c00bb5
172172
ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
173173
ffi (1.17.3-x86_64-linux-musl) sha256=086b221c3a68320b7564066f46fed23449a44f7a1935f1fe5a245bd89d9aea56
174-
git-pkgs (0.2.0)
174+
git-pkgs (0.3.0)
175175
highline (3.0.1) sha256=ca18b218fd581b1fae832f89bfeaf2b34d3a93429c44fd4411042ffce286f009
176176
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
177177
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.2.0"
5+
VERSION = "0.3.0"
66
end
77
end

0 commit comments

Comments
 (0)