Skip to content

Commit 1ff68ca

Browse files
committed
chore: update version to v0.5.1
Prepare the 0.5.1 patch release with changelog notes for the Free token-based Credits fix.
1 parent 1161254 commit 1ff68ca

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.5.1] - 2026-06-03
8+
9+
### Fixed
10+
11+
- Free token-based Copilot accounts now show their Credits usage instead of ``. GitHub can report these accounts as `copilot_plan=individual` with `access_type_sku=free_limited_copilot`, while the usable Credits quota lives in `quota_snapshots.chat` instead of `quota_snapshots.premium_interactions`.
12+
713
## [0.5.0] - 2026-05-27
814

915
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-copilot-usage",
33
"displayName": "GitHub Copilot Usage",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"description": "Show GitHub Copilot Premium requests / Credits usage in the status bar.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)