Skip to content

Commit c9ba706

Browse files
committed
chore: update version to 2.5.0
1 parent 48baeed commit c9ba706

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.5.0] - 2026-05-24
9+
10+
### Added
11+
12+
- Repository Insights commands (traffic, contributors, commits, frequency, popularity, participation)
13+
- Interactive prompts via @clack/prompts for missing required arguments
14+
- Loading spinners for async operations with ora
15+
- Progress bars for bulk repository operations with cli-progress
16+
- Box-based output formatting with Unicode borders via boxen
17+
- Relative date formatting with date-fns
18+
- Theme detection (dark/light/auto) for terminal output
19+
- Config `unset` command to remove configuration values
20+
821
## [2.4.0] - 2026-05-23
922

1023
### Added

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
keywords:
88
- credit
99
- citation
10-
version: 2.4.0
11-
date-released: 2026-05-23
10+
version: 2.5.0
11+
date-released: 2026-05-24
1212
license: MIT
1313
repository-code: https://github.com/airscripts/ghitgud

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Every command reads from `src/core/config.ts`, which resolves values in this ord
6969
- **PR Lifecycle** — cleanup merged branches, push back to forks, manage stacked PR chains
7070
- **Multi-Account Profiles** — switch between GitHub accounts and tokens per repository
7171
- **Bulk Repository Governance** — inspect, govern, label, retire, and report across repo sets
72+
- **Repository Insights** — view traffic data, contributors, commit activity, code frequency, referrers, and participation metrics
7273
- **gh Passthrough** — proxy any unrecognized command directly to the `gh` CLI
7374
- **Structured JSON Output** — every command returns machine-parseable JSON
7475

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 2.0.x | :white_check_mark: |
7+
| 2.x.x | :white_check_mark: |
88
| 1.0.x | :x: |
99

1010
## Reporting Vulnerability

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airscript/ghitgud",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A better GitHub CLI that extends the official gh CLI.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)