Skip to content

Commit 73bc420

Browse files
author
Daniel Kolesa
committed
release 0.2.1
1 parent b485349 commit 73bc420

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 31 January 2021 - 0.2.1
2+
3+
**Changes:**
4+
5+
- Fixed multidimensional arrays in structs
6+
- Fixed release builds with `NDEBUG`
7+
- CI updates
8+
19
# 29 November 2020 - 0.2.0
210

311
**Changes:**
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "cffi-lua"
2-
version = "0.2.0-1"
2+
version = "0.2.1-1"
33
source = {
44
url = "git+https://github.com/q66/cffi-lua",
5-
tag = "v0.2.0"
5+
tag = "v0.2.1"
66
}
77
description = {
88
summary = "A portable C FFI for Lua 5.1+",

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project definition
22

33
project('cffi-lua', ['cpp'],
4-
version: '0.2.0',
4+
version: '0.2.1',
55
default_options: [
66
'buildtype=debugoptimized', 'b_ndebug=if-release', 'cpp_std=c++14',
77
'warning_level=3', 'cpp_rtti=false', 'cpp_eh=none'

0 commit comments

Comments
 (0)