Releases: sagiegurari/c_scriptexec
Releases · sagiegurari/c_scriptexec
v0.1.12
v0.1.11
- 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
Upgrade c_fsio to 0.1.5
v0.1.9
Upgrade c_fsio to 0.1.4
v0.1.8
- Upgrade c_fsio to 0.1.3
- Test memory leaks in CI
v0.1.7
Fixed memory leaks
v0.1.6
Upgrade c_fsio to 0.1.2
v0.1.5
- 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
- Use fsio for file operations.
- Upgrade string_buffer dependency.
- Update cmake build to use shared cmake utilities.
- Additional tests.
v0.1.3
Update build to accept dependency tag value.