Skip to content

Commit 6fedc30

Browse files
committed
chore: prepare v2.1.2 release
1 parent a8f3019 commit 6fedc30

11 files changed

Lines changed: 29 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
All notable changes to this project are documented in this file.
44
Dates use ISO format (`YYYY-MM-DD`).
55

6-
This repository's current stable release line is `3.x`.
6+
This repository's current stable release line is `2.x`.
77
Current stable release notes live in `docs/releases/`.
88
This top-level changelog preserves the foundational `0.x` milestones and points older iteration history to `docs/releases/legacy-pre-0.1-history.md`.
99

10-
## [3.0.0] - 2026-04-30
10+
## [2.1.2] - 2026-04-30
1111

12-
Major release for conflict-free installs alongside the official Codex CLI.
13-
See [docs/releases/v3.0.0.md](docs/releases/v3.0.0.md) for full details.
12+
Patch release for conflict-free installs alongside the official Codex CLI.
13+
See [docs/releases/v2.1.2.md](docs/releases/v2.1.2.md) for full details.
1414

1515
### Changed
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ codex-multi-auth doctor --json
359359

360360
## Release Notes
361361

362-
- Current stable: [docs/releases/v3.0.0.md](docs/releases/v3.0.0.md)
362+
- Current stable: [docs/releases/v2.1.2.md](docs/releases/v2.1.2.md)
363363
- Previous stable: [docs/releases/v2.1.1.md](docs/releases/v2.1.1.md)
364364
- Earlier stable: [docs/releases/v2.1.0.md](docs/releases/v2.1.0.md)
365365
- Earlier stable: [docs/releases/v1.3.2.md](docs/releases/v1.3.2.md)

SECURITY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Security updates are provided for the current maintained release line.
66

77
| Version line | Status |
88
| --- | --- |
9-
| `3.x` latest | Supported |
10-
| `2.x` historical releases | Not supported |
9+
| `2.x` latest | Supported |
1110
| pre-`1.0` historical releases | Not supported |
1211

1312
---

docs/DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Canonical governance for repository documentation quality and consistency.
5858
3. Canonical storage root: `~/.codex/multi-auth` unless explicitly overridden.
5959
4. Compatibility aliases (`codex multi auth`, `codex multi-auth`, `codex multiauth`) belong only in command reference, troubleshooting, or migration sections.
6060
5. Legacy paths/flows and scoped package references belong only in migration and compatibility sections.
61-
6. Current stable release line is `3.x`; foundational `0.x` and pre-`0.1.0` entries stay archived separately.
61+
6. Current stable release line is `2.x`; foundational `0.x` and pre-`0.1.0` entries stay archived separately.
6262
7. Runtime rotation is documented as default-on unless a future release intentionally changes that policy.
6363
8. Audit evidence under `docs/audits/` is historical snapshot material. Do not rewrite captured evidence to look current; add snapshot notes or new audit artifacts instead.
6464

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Public documentation for `codex-multi-auth`.
3232

3333
| Document | Focus |
3434
| --- | --- |
35-
| [releases/v3.0.0.md](releases/v3.0.0.md) | Current stable release notes |
35+
| [releases/v2.1.2.md](releases/v2.1.2.md) | Current stable release notes |
3636
| [releases/v2.1.1.md](releases/v2.1.1.md) | Prior stable release notes |
3737
| [releases/v2.1.0.md](releases/v2.1.0.md) | Earlier stable release notes |
3838
| [releases/v2.0.2.md](releases/v2.0.2.md) | Earlier stable release notes |
@@ -83,7 +83,7 @@ Public documentation for `codex-multi-auth`.
8383
| [reference/storage-paths.md](reference/storage-paths.md) | Canonical and compatibility storage paths |
8484
| [reference/public-api.md](reference/public-api.md) | Public API stability and semver contract |
8585
| [reference/error-contracts.md](reference/error-contracts.md) | CLI, JSON, and helper error semantics |
86-
| [releases/v3.0.0.md](releases/v3.0.0.md) | Current stable release notes |
86+
| [releases/v2.1.2.md](releases/v2.1.2.md) | Current stable release notes |
8787
| [releases/v2.1.1.md](releases/v2.1.1.md) | Prior stable release notes |
8888
| [releases/v2.1.0.md](releases/v2.1.0.md) | Earlier stable release notes |
8989
| [releases/v2.0.2.md](releases/v2.0.2.md) | Earlier stable release notes |

docs/reference/public-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project uses tiered API stability.
1010

1111
### Tier A: Stable APIs
1212

13-
Stable APIs are covered by semver compatibility guarantees and must remain backward-compatible inside the current `3.x` line unless explicitly documented.
13+
Stable APIs are covered by semver compatibility guarantees and must remain backward-compatible inside the current `2.x` line unless explicitly documented.
1414

1515
- Package root plugin entrypoint exports:
1616
- `OpenAIOAuthPlugin`
@@ -125,7 +125,7 @@ These details are documented for operator expectations. Internal helper process
125125
- Tier A bug fix or doc-only clarification: `PATCH`
126126
- Tier B additive compatibility improvement: usually `PATCH` or `MINOR` depending on caller impact
127127

128-
This repository currently ships on a `3.x` line, and breaking changes still require explicit migration documentation and review sign-off.
128+
This repository currently ships on a `2.x` line, and breaking changes still require explicit migration documentation and review sign-off.
129129

130130
---
131131

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Release v3.0.0
1+
# Release v2.1.2
22

33
Release line: `stable`
44

5-
This major release removes the package-owned global `codex` executable so
5+
This patch release removes the package-owned global `codex` executable so
66
`codex-multi-auth` can install beside official Codex distributions without npm
77
bin collisions.
88

99
## Scope
1010

11-
- Package version prepared for publish: `3.0.0`
11+
- Package version prepared for publish: `2.1.2`
1212
- Previous stable release: `v2.1.1`
13-
- Semver rationale: removing a previously published executable name is a
14-
breaking CLI contract change.
13+
- Semver rationale: patch release for the npm install collision reported in
14+
issue `#457`.
1515

1616
## Changed
1717

docs/upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade Guide
22

3-
Migrate legacy installs to the canonical `codex-multi-auth` workflow on the current `3.x` release line.
3+
Migrate legacy installs to the canonical `codex-multi-auth` workflow on the current `2.x` release line.
44

55
---
66

@@ -12,9 +12,9 @@ Migrate legacy installs to the canonical `codex-multi-auth` workflow on the curr
1212

1313
---
1414

15-
## v3.0.0 Bin Migration
15+
## v2.1.2 Bin Migration
1616

17-
`v3.0.0` intentionally stops publishing a global `codex` executable. That
17+
`v2.1.2` intentionally stops publishing a global `codex` executable. That
1818
name belongs to the official Codex install path and can be owned by npm,
1919
Homebrew, or an official release binary.
2020

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-multi-auth",
3-
"version": "3.0.0",
3+
"version": "2.1.2",
44
"description": "Multi-account OAuth manager and codex auth wrapper for the official @openai/codex CLI, with switching, health checks, and recovery tools",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)