Skip to content

Commit c90be4d

Browse files
committed
Bumped version number and updated change log
1 parent f14019c commit c90be4d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.3.1 - 14 June 2014
4+
5+
- Fixed "Token ## not in stream cache" error (#103)
6+
- Changed Exec to no longer use NoReply. It now waits for the server to respond.
7+
38
## v0.3 (RethinkDB v1.13) - 26 June 2014
49

510
- Replaced `ResultRows`/`ResultRow` with `Cursor`, `Cursor` has the `Next`, `All` and `One` methods which stores the relevant value in the value pointed at by result. For more information check the examples.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GoRethink - RethinkDB Driver for Go [![wercker status](https://app.wercker.com/s
44
[Go](http://golang.org/) driver for [RethinkDB](http://www.rethinkdb.com/) made by [Daniel Cannon](http://github.com/dancannon) and based off of Christopher Hesse's [RethinkGo](https://github.com/christopherhesse/rethinkgo) driver.
55

66

7-
Current version: v0.3 (RethinkDB v1.13)
7+
Current version: v0.3.1 (RethinkDB v1.13)
88

99
**Version 0.3 introduced some API changes, for more information check the [change log](CHANGELOG.md)**
1010

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go driver for RethinkDB
22
//
3-
// Current version: v0.3 (RethinkDB v1.13)
3+
// Current version: v0.3.1 (RethinkDB v1.13)
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)