Skip to content

Commit d65e6b6

Browse files
committed
Merge tag 'v1.3.1' into develop
Released v1.3.1
2 parents 22bcacc + 6f08813 commit d65e6b6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## v1.3.1 - 2015-01-22
66

77
### Added
88
- Added more documentation and examples for `GetAll`.
99

1010
### Fixed
1111
- Fixed `RunWrite` not defering its call to `Cursor.Close()`. This could cause issues if an error occurred when decoding the result.
12+
- Fixed panic when calling `Error()` on a GoRethink `rqlError`.
1213

1314
## v1.3.0 - 2016-01-11
1415

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
![GoRethink Logo](https://raw.github.com/wiki/dancannon/gorethink/gopher-and-thinker-s.png "Golang Gopher and RethinkDB Thinker")
1010

11-
Current version: v1.3.0 (RethinkDB v2.2)
11+
Current version: v1.3.1 (RethinkDB v2.2)
1212

1313
Please note that this version of the driver only supports versions of RethinkDB using the v0.4 protocol (any versions of the driver older than RethinkDB 2.0 will not work).
1414

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package gorethink implements a Go driver for RethinkDB
22
//
3-
// Current version: v1.3.0 (RethinkDB v2.2)
3+
// Current version: v1.3.1 (RethinkDB v2.2)
44
// For more in depth information on how to use RethinkDB check out the API docs
55
// at http://rethinkdb.com/api
66
package gorethink

0 commit comments

Comments
 (0)