Skip to content

Releases: nvim-neorg/neorg-dirman

v0.1.1

12 Mar 17:11
5ac9da2
Compare
Choose a tag to compare

0.1.1 (2023-03-12)

Bug Fixes

  • destroy_files function memory leak (#4) (92f028f)
  • ci: check out the repository before doing anything else (9196b59)

v0.1.0

11 Mar 11:34
f5558d9
Compare
Choose a tag to compare

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)