Skip to content

Commit 584d44d

Browse files
committed
chore: bump version to 0.6.15
Made-with: Cursor
1 parent cb16571 commit 584d44d

5 files changed

Lines changed: 31 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v0.6.15
4+
5+
### New Features
6+
- feat(claude): add Claude Design weekly detail metric ([#388](https://github.com/robinebers/openusage/pull/388)) by @robinebers
7+
- Add CLAUDE.md by @robinebers
8+
- Add Codex environment config by @robinebers
9+
10+
### Bug Fixes
11+
- fix(codex): map Codex plan labels to Pro 5x and Pro 10x ([#380](https://github.com/robinebers/openusage/pull/380)) by @arrowarcher1
12+
- fix(claude): graceful 429 rate limit handling with Retry-After support ([#378](https://github.com/robinebers/openusage/pull/378)) by @zergzorg
13+
- Update AGENTS.md by @robinebers
14+
- Star history by @robinebers
15+
16+
---
17+
18+
### Changelog
19+
20+
**Full Changelog**: [v0.6.14...v0.6.15](https://github.com/robinebers/openusage/compare/v0.6.14...v0.6.15)
21+
22+
- [cb16571](https://github.com/robinebers/openusage/commit/cb16571d969e7b2de44f9595fe09bcd7f1ed111e) feat(claude): add Claude Design weekly detail metric (#388) by @robinebers
23+
- [87c45b6](https://github.com/robinebers/openusage/commit/87c45b66663b5d4662cdb6fd8bb46ef4c8ae4c5f) Add CLAUDE.md by @robinebers
24+
- [455c857](https://github.com/robinebers/openusage/commit/455c857d2a4e2e5543a4295348fca9f70b1a3fcc) Update AGENTS.md by @robinebers
25+
- [510cbe4](https://github.com/robinebers/openusage/commit/510cbe48651d4c9c58b17a16e3b7c0214244c3f0) fix(codex): map Codex plan labels to Pro 5x and Pro 10x (#380) by @arrowarcher1
26+
- [0ffe3ad](https://github.com/robinebers/openusage/commit/0ffe3ad85a37b42723c56a494af216ee67978976) fix(claude): graceful 429 rate limit handling with Retry-After support (#378) by @zergzorg
27+
- [06113d6](https://github.com/robinebers/openusage/commit/06113d6b94c6f8306e67aedf51b42f3f03d8b3e5) Add Codex environment config by @robinebers
28+
- [abf6cff](https://github.com/robinebers/openusage/commit/abf6cffc3bc110abf306a82d45a67972e725b236) Star history by @robinebers
29+
330
## v0.6.14
431

532
### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openusage",
33
"private": true,
4-
"version": "0.6.14",
4+
"version": "0.6.15",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openusage"
3-
version = "0.6.14"
3+
version = "0.6.15"
44
description = "OpenUsage is an open source AI subscription limit tracker"
55
authors = ["Robin Ebers"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenUsage",
4-
"version": "0.6.14",
4+
"version": "0.6.15",
55
"identifier": "com.sunstory.openusage",
66
"build": {
77
"beforeDevCommand": "bun run bundle:plugins && bun run dev",

0 commit comments

Comments
 (0)