Skip to content

Commit

Permalink
add changelog and tag an initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Jul 26, 2020
1 parent f3d28b3 commit 4b76e9f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project definition

project('cffi-lua', ['cpp'],
version: '0.0.5',
version: '0.1.0',
default_options: [
'buildtype=debugoptimized', 'cpp_std=c++14', 'warning_level=3'
],
Expand Down

0 comments on commit 4b76e9f

Please sign in to comment.