Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 11:34
f5558d9

0.1.0 (2023-03-11)

Features

  • add workspace_files C function (e437c9f)
  • add ffi.lua for debugging (482b044)
  • add rust.yml workflow (46b67d7)
  • create initial C bindings (9fd44ae)
  • enhance release profile to generate tiny library, add release_nostrip variant (b0774ff)
  • give Workspaces the files() function (352039b)
  • initial commit (d12932a)

Bug Fixes

  • crate-type under wrong section (03d1b00)
  • broken c interop (#2) (674c47a)
  • tests: files() function of traverse workspace (#1) (92d6639)
  • use c_char instead of regular char (0dedd3e)