Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to InferenceMeter are documented here. The project follows [

## [Unreleased]

## [0.1.3] - 2026-07-13

Codex compatibility release following the upstream removal of its five-hour usage window.

### Fixed

- Prefer Codex's live CLI rate-limit snapshot and ignore expired legacy windows left in rollout files after an upstream quota change.
Expand Down Expand Up @@ -38,5 +42,6 @@ First public source release. A signed and notarized app archive will be added wh

- Adopt the Monomyth Development bundle identifier `dev.monomyth.InferenceMeter` for public releases. Users of pre-public builds must re-enable Launch at Login.

[Unreleased]: https://github.com/MonomythDevelopment/inference-meter/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/MonomythDevelopment/inference-meter/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/MonomythDevelopment/inference-meter/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/MonomythDevelopment/inference-meter/releases/tag/v0.1.2
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is the public Monomyth Development repository (`MonomythDevelopment/inferen
- GitHub Actions CI (`.github/workflows/ci.yml`) runs `make test` and `make build` on macOS 15 for every push to `main` and every PR; `main` is protected, so keep it green.
- `CHANGELOG.md` follows Keep a Changelog / SemVer — add an `[Unreleased]` entry for user-facing changes.
- Community policy files (`CONTRIBUTING.md`, `SECURITY.md`, `SUPPORT.md`, `CODE_OF_CONDUCT.md`) and GitHub issue/PR templates are in place; releases follow `docs/OPEN_SOURCE_RELEASE_CHECKLIST.md`.
- v0.1.2 shipped as a source-only release; attaching a signed, notarized binary is blocked on Monomyth Apple distribution credentials.
- v0.1.3 ships as a source-only release; attaching a signed, notarized binary is blocked on Monomyth Apple distribution credentials.

## Build and test

Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ options:
settings:
base:
SWIFT_VERSION: "6.0"
MARKETING_VERSION: "0.1.2"
CURRENT_PROJECT_VERSION: "4"
MARKETING_VERSION: "0.1.3"
CURRENT_PROJECT_VERSION: "5"
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "-"
ENABLE_HARDENED_RUNTIME: NO
Expand Down
Loading