Skip to content

Commit 176ace9

Browse files
committed
Release v1.4.1
1 parent 3b35c60 commit 176ace9

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,14 +2,15 @@
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.4.1 - 2016-04-02
66

77
### Fixed
88

99
- Fixed panic when closing a connection at the same time as using a changefeed.
1010
- Update imports to correctly use gopkg.in
1111
- Fixed race condition when using anonymous functions
1212
- Fixed IsConflictErr and IsTypeErr panicking when passed nil errors
13+
- RunWrite no longer misformats errors with formatting directives in them
1314

1415
## v1.4.0 - 2016-03-15
1516

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.4.0 (RethinkDB v2.2)
11+
Current version: v1.4.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.4.0 (RethinkDB v2.2)
3+
// Current version: v1.4.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)