Skip to content

Commit c158c52

Browse files
committed
Bumped version + updated changelog
1 parent 3914f4b commit c158c52

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v0.6.2 - 15 Feb 2015
4+
5+
- Fixed `writeQuery` being too small when sending large queries
6+
37
## v0.6.1 - 13 Feb 2015
48

59
- Reduce GC by using buffers when reading and writing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[Go](http://golang.org/) driver for [RethinkDB](http://www.rethinkdb.com/)
88

99

10-
Current version: v0.6.1 (RethinkDB v1.16)
10+
Current version: v0.6.2 (RethinkDB v1.16)
1111

1212
**Version 0.6 introduced some small API changes and some significant internal changes, for more information check the [change log](CHANGELOG.md) and please be aware the driver is not yet stable**
1313

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.6.1 (RethinkDB v1.16)
3+
// Current version: v0.6.2 (RethinkDB v1.16)
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)