-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changelog and tag an initial release
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 26 July 2020 - 0.1.0 - Initial release | ||
|
||
This is the initial release of the `cffi` module. It is of beta quality. | ||
See `STATUS.md` for status and `README.md` for building and usage. | ||
|
||
Production usage is currently not recommended, since the module is not | ||
battle tested. Testing is highly encouraged. | ||
|
||
Current requirements: | ||
|
||
- Lua 5.1 - 5.4 | ||
- `libffi` | ||
- `meson` 0.50+, optional `pkg-config` | ||
- GCC 7+, Clang 8+ or Visual Studio 2017+ with updates recommended | ||
- Theoretical minimum is GCC 4.8, Clang 3.4 or any compiler with enough C++14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters