Skip to content

Commit ffbfa41

Browse files
release: bump to v1.0.0 (#31)
The DO_NOT_TRACK removal is a BREAKING change, so the release should be a major version bump per semver. Bumps the previously-cut 0.5.0 to 1.0.0 in the CHANGELOG H2 header and the manifest version fields. No content changes.
1 parent 6411f33 commit ffbfa41

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.codex-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
},
88
"metadata": {
99
"description": "Runtime governance for OpenAI Codex. Policy enforcement on terminal commands, advisory governance via skills, PII detection, audit trails, and compliance-grade decision records.",
10-
"version": "0.5.0"
10+
"version": "1.0.0"
1111
},
1212
"plugins": [
1313
{
1414
"name": "axonflow",
1515
"source": "./",
1616
"description": "Policy enforcement, PII detection, and audit trails for OpenAI Codex. Hybrid governance — enforces policies on terminal commands (exec_command) via hooks, provides advisory governance for other tools via implicit-activation skills, and records compliance-grade audit trails. Self-hosted via Docker — all data stays on your infrastructure.",
17-
"version": "0.5.0",
17+
"version": "1.0.0",
1818
"author": {
1919
"name": "AxonFlow",
2020
"email": "hello@getaxonflow.com",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "axonflow",
33
"displayName": "AxonFlow Governance",
44
"description": "Policy enforcement, PII detection, and audit trails for OpenAI Codex. Hybrid governance — enforces policies on terminal commands (exec_command) via hooks, provides advisory governance for other tools via implicit-activation skills, and records compliance-grade audit trails. Self-hosted via Docker — all data stays on your infrastructure.",
5-
"version": "0.5.0",
5+
"version": "1.0.0",
66
"author": {
77
"name": "AxonFlow",
88
"email": "hello@getaxonflow.com",

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.5.0] - 2026-04-29 — Production, quality, and security hardening — upgrade encouraged
3+
## [1.0.0] - 2026-04-29 — Production, quality, and security hardening — upgrade encouraged
44

55
**Upgrade strongly recommended.** Over the past month we've shipped substantial production, quality, and security hardening across the AxonFlow plugin and platform — upgrade to the latest version for a more secure, reliable, and bug-free experience.
66

0 commit comments

Comments
 (0)