Skip to content

Commit

Permalink
release: 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 6, 2015
1 parent bebc131 commit 77015e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
### [Unreleased][unreleased]

### [0.3.6] - 2015/08/06

##### Added

- Better error handling in case of CA certificate error with Luasocket.
- Port number in addition to host in socket errors.

##### Fixed

- Shuffling of contact points array.

### [0.3.5] - 2015/07/15

Expand Down Expand Up @@ -51,7 +58,8 @@ Initial release. Forked from jbochi/lua-resty-cassandra v0.5.7 with some additio

- `set_keyspace` erroring on names with capital letters.

[unreleased]: https://github.com/thibaultCha/lua-cassandra/compare/0.3.5...HEAD
[unreleased]: https://github.com/thibaultCha/lua-cassandra/compare/0.3.6...HEAD
[0.3.6]: https://github.com/thibaultCha/lua-cassandra/compare/0.3.5...0.3.6
[0.3.5]: https://github.com/thibaultCha/lua-cassandra/compare/0.3.3...0.3.5
[0.3.3]: https://github.com/thibaultCha/lua-cassandra/compare/0.3.0...0.3.3
[0.3.0]: https://github.com/thibaultCha/lua-cassandra/compare/0.2.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ When developing, use the `Makefile` for doing the following operations:
[badge-coveralls-url]: https://coveralls.io/r/thibaultCha/lua-cassandra?branch=master
[badge-coveralls-image]: https://coveralls.io/repos/thibaultCha/lua-cassandra/badge.svg?branch=master&style=flat

[badge-version-image]: https://img.shields.io/badge/version-0.3.5--0-blue.svg?style=flat
[badge-version-image]: https://img.shields.io/badge/version-0.3.6--0-blue.svg?style=flat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-cassandra"
version = "0.3.5-0"
version = "0.3.6-0"
source = {
url = "git://github.com/thibaultCha/lua-cassandra",
tag = "0.3.5"
tag = "0.3.6"
}
description = {
summary = "Lua Cassandra client",
Expand Down

0 comments on commit 77015e6

Please sign in to comment.