Releases: davidqyc/codex-preserve
Releases · davidqyc/codex-preserve
Release list
v0.1.2
- Version-identity consistency repair:
codex-preserve --versionnow reports the same version as the installed distribution (0.1.2). Previously the CLI banner lagged the published metadata. - Added a regression test guarding distribution/package/CLI version identity on all supported Python versions (3.9+).
- No exporter or verifier behavior change; package schema (2.2) and export core (2.2.0) unchanged.
v0.1.1
v0.1.1 is a discovery/metadata patch release. No runtime behavior change.
- Corrected the public pip install/first-use path in the README (
python -m pip install codex-preserve). - Added four durable project URLs to the package metadata: Homepage, Repository, Issues, Release notes.
- Package distribution version: 0.1.1 (Apache-2.0).
Install:
python -m pip install codex-preserve
Note: the CLI --version banner reads the version string built into the export core (0.1.0); the published distribution for this release is 0.1.1, as reported by pip show codex-preserve.
v0.1.0
First public release of codex-preserve.
- Package:
codex-preserve==0.1.0on PyPI (wheel + sdist), published by therelease.ymlworkflow via PyPI Trusted Publishing (OIDC). - Source: tag
v0.1.0→ commitcf4eb73e85a7b142f4166ed5bf8610118b865b9c(clean zero-parent public root, treef184b6ae). - CLI:
codex-preserveconsole command withexportandverifysubcommands; conversation package schema 2.2. - License: Apache-2.0.
Distributions are published on PyPI; this repository does not attach rebuilt artifacts.