Skip to content

Commit

Permalink
Bumped version number and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dancannon committed Oct 6, 2014
1 parent 64b7a88 commit 6ed3bbf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.5.0 - 6 Oct 2014

- Added geospatial terms (`Circle`, `Distance`, `Fill`, `Geojson`, `ToGeojson`, `GetIntersecting`, `GetNearest`, `Includes`, `Intersects`, `Line`, `Point`, `Polygon`, `PolygonSub`)
- Added `UUID` term for generating unique IDs
- Added `AtIndex` term, combines `Nth` and `GetField`
- Added the `Geometry` type, see the types package
- Updated the `BatchConf` field in `RunOpts`, now uses the `BatchOpts` type

### Internal Changes
- Fixed encoding performance issues, greatly improves writes/second
- Updated `Next` to zero the destination value every time it is called.

## v0.4.2 - 6 Sept 2014

- Fixed issue causing `Close` to start an infinite loop
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GoRethink - RethinkDB Driver for Go [![wercker status](https://app.wercker.com/s
[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.


Current version: v0.4.1 (RethinkDB v1.14)
Current version: v0.5.0 (RethinkDB v1.15.1)

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

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Go driver for RethinkDB
//
// Current version: v0.4.1 (RethinkDB v1.14)
// Current version: v0.5.0 (RethinkDB v1.15.1)
// For more in depth information on how to use RethinkDB check out the API docs
// at http://rethinkdb.com/api
package gorethink

0 comments on commit 6ed3bbf

Please sign in to comment.