Skip to content

Commit 41ae492

Browse files
committed
Bumped version number + updated changelog
1 parent c792b47 commit 41ae492

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gobuild_args: -tags='cluster' -race
55
go:
66
- 1.4
77
- 1.5
8-
- tip
98

109
cache: apt
1110

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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.1.0
66
### Added
7-
- Added race detector to CI
87
- Replaced `UseOutdated` with `ReadMode`
98
- Added `EmergencyRepair` and `NonVotingReplicaTags` to `ReconfigureOpts`
109
- Added `Union` as a root term
1110
- Added `Branch` as a root term
1211
- Added `ReadTimeout` and `WriteTimeout` to `RunOpts` and `ExecOpts`
1312
- Exported `github.com/Sirupsen/logrus.Logger` as `Log`
1413
- Added support for encoding maps with non-string keys
15-
- Added 'Round', 'Ceil' and 'Floor' terms
14+
- Added 'Round', 'Ceil' and 'Floor' terms
15+
- Added race detector to CI
1616

1717
### Changed
1818
- Changed `Timeout` connect argument to only configure the connection timeout.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
**Driver does not currently support RethinkDB 2.1, update coming soon!**
44

5-
[![GitHub tag](https://img.shields.io/github/tag/dancannon/gorethink.svg?style=flat)](https://github.com/dancannon/gorethink/releases/tag/v1.0.0-rc.3)
5+
[![GitHub tag](https://img.shields.io/github/tag/dancannon/gorethink.svg?style=flat)](https://github.com/dancannon/gorethink/releases)
66
[![GoDoc](https://godoc.org/github.com/dancannon/gorethink?status.png)](https://godoc.org/github.com/dancannon/gorethink)
77
[![build status](https://img.shields.io/travis/dancannon/gorethink/master.svg "build status")](https://travis-ci.org/dancannon/gorethink)
88

99
[Go](http://golang.org/) driver for [RethinkDB](http://www.rethinkdb.com/)
1010

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

13-
Current version: v1.0.0 (RethinkDB v2.0)
13+
Current version: v1.1.0 (RethinkDB v2.1)
1414

1515
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).
1616

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.0.0 (RethinkDB v2.0)
3+
// Current version: v1.1.0 (RethinkDB v2.1)
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)