Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Jan 31, 2021
1 parent b485349 commit 73bc420
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 31 January 2021 - 0.2.1

**Changes:**

- Fixed multidimensional arrays in structs
- Fixed release builds with `NDEBUG`
- CI updates

# 29 November 2020 - 0.2.0

**Changes:**
Expand Down
4 changes: 2 additions & 2 deletions cffi-lua-0.2.0-1.rockspec → cffi-lua-0.2.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "cffi-lua"
version = "0.2.0-1"
version = "0.2.1-1"
source = {
url = "git+https://github.com/q66/cffi-lua",
tag = "v0.2.0"
tag = "v0.2.1"
}
description = {
summary = "A portable C FFI for Lua 5.1+",
Expand Down
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.2.0',
version: '0.2.1',
default_options: [
'buildtype=debugoptimized', 'b_ndebug=if-release', 'cpp_std=c++14',
'warning_level=3', 'cpp_rtti=false', 'cpp_eh=none'
Expand Down

0 comments on commit 73bc420

Please sign in to comment.