Skip to content

Commit

Permalink
Prepare 0.4.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
xpol committed Feb 15, 2016
1 parent 7918f5b commit bac1f69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,15 @@ The current loaded rapidjson version. `"scm"` when not build with luarocks.

## Changelog

### 0.4.5

* Checks encoding error for float point numbers.
* RapidJSON compiling turn: use release config and turn SIMD on if supported.

### 0.4.4

* Fixes build and test errors introduced in 0.4.3.

### 0.4.3

* CMakeLists.txt supports command line defined `RAPIDJSON_INCLUDE_DIRS` to specified RapidJSON include directory.
Expand Down
2 changes: 1 addition & 1 deletion rapidjson-0.4.4-1.rockspec → rapidjson-0.4.5-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "rapidjson"
version = "0.4.4-1"
version = "0.4.5-1"
local v = version:gsub("%-%d", "")
source = {
url = "git://github.com/xpol/lua-rapidjson",
Expand Down

0 comments on commit bac1f69

Please sign in to comment.