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

Commit 0968405

Browse files
committed
v0.7.0
1 parent 800f549 commit 0968405

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## [0.7.0] - 2026-01-09
4+
5+
- `git pkgs vulns` subcommand for vulnerability scanning via OSV API
6+
- `git pkgs vulns scan` to scan dependencies for known vulnerabilities
7+
- `git pkgs vulns show` to display details for a specific vulnerability
8+
- `git pkgs vulns sync` to prefetch vulnerability data for all packages
9+
- `git pkgs vulns exposure` to analyze vulnerability exposure over time
10+
- `git pkgs vulns praise` to show resolved vulnerabilities with attribution
11+
- SARIF output format for CI integration (`--format=sarif`)
12+
- Docker container support for running git-pkgs without local Ruby installation
13+
- `list` command now shows locked versions and manifest kind
314
- `--stateless` flag for `list`, `show`, and `diff` commands (auto-enabled when no database exists)
15+
- Update ecosystems-bibliothecary to ~> 15.2
416
- Fix `-f` flag conflict in `diff` command (was defined for both `--from` and `--format`)
5-
- Disable GPG signing in test suite for faster tests
617

718
## [0.6.2] - 2026-01-06
819

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
git-pkgs (0.6.2)
10+
git-pkgs (0.7.0)
1111
ecosystems-bibliothecary (~> 15.2)
1212
purl (~> 1.7)
1313
rugged (~> 1.0)
@@ -138,7 +138,7 @@ CHECKSUMS
138138
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
139139
ecosystems-bibliothecary (15.2.0) sha256=bef81a0175f8bdf1d61938d5d5d32e226ec4ff44a54d5d5d34faea663ed67a24
140140
erb (6.0.1) sha256=28ecdd99c5472aebd5674d6061e3c6b0a45c049578b071e5a52c2a7f13c197e5
141-
git-pkgs (0.6.2)
141+
git-pkgs (0.7.0)
142142
hana (1.3.7) sha256=5425db42d651fea08859811c29d20446f16af196308162894db208cac5ce9b0d
143143
hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1
144144
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.6.2"
5+
VERSION = "0.7.0"
66
end
77
end

0 commit comments

Comments
 (0)