Skip to content

Releases: Kodaskills/zellig

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 May 15:12
512a9df

0.1.1 (2026-05-15)

Bug Fixes

  • 🐛 config write preserves existing sections and user values (4032dc4)
  • 🐛 no local feature on Windows (b03ea66)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 May 18:38

0.1.0 (2026-05-15)

Features

  • local: bypass CUDA at runtime when no devices found (f66be76)
  • one binary — ct2rs + CUDA dynamic loading (9c5b974)
  • zellig v0.1.0 — multi-backend CLI translation tool (46c4054)

Bug Fixes

  • correct nvidia/cuda image tags to 12.6.3 (38846a8)
  • resolve clippy lint errors (sort_by_key, collapsible_match) (382ee20)
  • use $HOME/.cargo/bin in container steps (GHA sets HOME=/github/home) (594c6ce)

Continuous Integration

  • Bump docker/build-push-action from 6 to 7 (093cb08)
  • Bump docker/login-action from 3 to 4 (e52a1f3)
  • Bump docker/metadata-action from 5 to 6 (6c5b6fe)
  • curl not found on Linux build (82df4ac)
  • drop --all-features from clippy/test/docs (10d68cc)
  • drops zig wrapper for linux — fixes OpenMP build failure (4fc56fc)
  • local features (af5064c)

Documentation

  • add Docker installation and use examples (490785a)
  • change index.html footer (366fa4e)
  • change README logo src (969713a)
  • move web directory to docs for github pages (ee7c8a4)

Miscellaneous Chores

  • add license and repository to Cargo.toml (f1a2ed2)
  • release 0.1.0 (85b64f7)