Skip to content

Latest commit

 

History

History
executable file
·
68 lines (42 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

executable file
·
68 lines (42 loc) · 1.4 KB

CHANGELOG

v0.1.12 (2023-08-14)

  • Add option to provide script temporary directory path instead of system temporary
  • Updated header include guard macro name

v0.1.11 (2022-05-9)

  • Fix: delete temp directory once done invocation
  • Maintenance: Update string_buffer dependency
  • Added void to no arg functions
  • Added static to internal functions
  • Adding lint checks as part of build
  • Added cargo-make makefile for simpler sharing of optional development build instructions.

v0.1.10 (2020-12-16)

  • Upgrade c_fsio to 0.1.5

v0.1.9 (2020-12-09)

  • Upgrade c_fsio to 0.1.4

v0.1.8 (2020-11-27)

  • Upgrade c_fsio to 0.1.3
  • Test memory leaks in CI

v0.1.7 (2020-11-18)

  • Fixed memory leaks

v0.1.6 (2020-11-12)

  • Upgrade c_fsio to 0.1.2

v0.1.5 (2020-11-07)

  • Internal functions are now namespaced with _scriptexec prefix.
  • Upgrade c_string_buffer to 0.1.4
  • Upgrade c_forever to 0.1.1
  • Free memory in tests and example.
  • Improved build setup (no need to list test names).

v0.1.4 (2020-09-25)

  • Use fsio for file operations.
  • Upgrade string_buffer dependency.
  • Update cmake build to use shared cmake utilities.
  • Additional tests.

v0.1.3 (2020-06-14)

  • Update build to accept dependency tag value.

v0.1.2 (2020-05-31)

  • Stability Improvements
  • Upgrade to string_buffer 0.1.2

v0.1.1 (2020-05-31)

  • Performance Improvements

v0.1.0 (2020-05-31)

  • Initial Release