Skip to content

Releases: davidqyc/codex-preserve

v0.1.2

Choose a tag to compare

@davidqyc davidqyc released this 12 Sep 23:32
50bb3e1
  • Version-identity consistency repair: codex-preserve --version now 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

Choose a tag to compare

@davidqyc davidqyc released this 12 Sep 22:59
a5fc2ea

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

Choose a tag to compare

@davidqyc davidqyc released this 12 Sep 22:10

First public release of codex-preserve.

  • Package: codex-preserve==0.1.0 on PyPI (wheel + sdist), published by the release.yml workflow via PyPI Trusted Publishing (OIDC).
  • Source: tag v0.1.0 → commit cf4eb73e85a7b142f4166ed5bf8610118b865b9c (clean zero-parent public root, tree f184b6ae).
  • CLI: codex-preserve console command with export and verify subcommands; conversation package schema 2.2.
  • License: Apache-2.0.

Distributions are published on PyPI; this repository does not attach rebuilt artifacts.