Skip to content

0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 20:05

Release Notes

Added

  • Five-crate cac workspace with a filesystem-free core model
  • Markdown, YAML, JSON, TOML, and JSON Resume input
  • Embedded Typst PDF/A-2b rendering and self-contained HTML rendering
  • init, build, check, convert, schema, and themes commands
  • Generated JSON Schema and deterministic PDF identifiers and timestamps
  • Content checks for the seven planned source rules
  • Cross-platform CI and cargo-dist release packaging for Linux, macOS, and Windows
  • Homebrew Core source formula preparation workflow
  • Equivalent example CVs for every supported input format and JSON Resume import
  • MIT License

Changed

  • Replaced the initial release-action scaffold with the first usable cac milestone
  • Expanded the quick start with installation, initialization, and build output details

Install cac 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/voxvanhieu/code-a-cv/releases/download/v0.1.0/cac-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/voxvanhieu/code-a-cv/releases/download/v0.1.0/cac-cli-installer.ps1 | iex"

Download cac 0.1.0

File Platform Checksum
cac-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cac-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
cac-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
cac-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cac-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo voxvanhieu/code-a-cv

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>