Skip to content

Commit 64185d8

Browse files
AndrewAvery7claude
andauthored
chore: release 0.7.0 rather than 0.6.1 (#126)
There are 15 feature commits since v0.6.0 — the mobile foundation, country filters, cost receipts, scenario intelligence, the notify list and private pasted-prompt estimation. A patch number would misstate that, and the Zenodo DOI minted from this tag records the version permanently. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent c83817a commit 64185d8

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@ on their own schedule and are not releases.
77

88
## Unreleased
99

10-
Work that landed after `v0.6.0` was tagged. The tag points at `fd54a49` and
11-
these commits came after it, so they are recorded here rather than folded into
12-
a release that does not contain them.
10+
## [0.7.0] — 2026-08-30
11+
12+
Everything below landed after `v0.6.0` was tagged at `fd54a49`. A minor rather
13+
than a patch release: the mobile foundation, country filters, cost receipts,
14+
scenario intelligence, the launch notify list and private pasted-prompt
15+
estimation are all new capability, not repairs.
16+
17+
This is also the first release the project can be **cited** by. `CITATION.cff`
18+
and `.zenodo.json` mean the tag is archived and given a DOI, so a cost estimate
19+
published elsewhere can point at the exact version of the engine and the price
20+
catalog it relied on.
1321

1422
### Added
1523

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors:
1717
repository-code: 'https://github.com/AndrewAvery7/promptspend'
1818
url: 'https://promptspend.com'
1919
license: MIT
20-
version: 0.6.1
20+
version: 0.7.0
2121
date-released: '2026-08-30'
2222
keywords:
2323
- large language models

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promptspend",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"private": false,
55
"description": "Estimate, compare and understand LLM API costs — with pricing that syncs itself daily.",
66
"license": "MIT",

0 commit comments

Comments
 (0)