Skip to content

Commit 612b5a2

Browse files
committed
Bumped version + updated changelog
1 parent 3cbad44 commit 612b5a2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v0.6.1 - 13 Feb 2015
4+
5+
- Reduce GC by using buffers when reading and writing
6+
- Fixed encoding `time.Time` ignoring millseconds
7+
- Fixed pointers in structs that implement the `Marshaler`/`Unmarshaler` interfaces being ignored
8+
39
## v0.6.0 - 1 Feb 2015
410

511
There are some major changes to the driver with this release that are not related to the RethinkDB v1.16 release. Please have a read through them:

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