Skip to content

Commit 17222a7

Browse files
Releasing version 1.0.1
1 parent 9b6c49a commit 17222a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the LaunchDarkly Lua Server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.0.1] - 2020-08-28
6+
### Fixed:
7+
- Conflicting definition of `luaL_setfuncs` in certain versions of the Lua C API.
8+
9+
510
## [1.0.0] - 2020-07-27
611
First supported GA release.
712

launchdarkly-server-sdk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Server-side SDK for LaunchDarkly.
1111

1212
#include <launchdarkly/api.h>
1313

14-
#define SDKVersion "1.0.0"
14+
#define SDKVersion "1.0.1"
1515

1616
static struct LDJSON *
1717
LuaValueToJSON(lua_State *const l, const int i);

0 commit comments

Comments
 (0)