Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #41 from yuce/version-bump
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
yuce authored Aug 3, 2017
2 parents 34b36f7 + e90f7fa commit 96c2d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go Client for Pilosa

<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-v0.4.0-blue.svg"></a>
<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-v0.5.0-blue.svg"></a>
<a href="https://godoc.org/github.com/pilosa/go-pilosa"><img src="https://godoc.org/github.com/pilosa/go-pilosa?status.svg" alt="GoDoc"></a>
<a href="https://travis-ci.com/pilosa/go-pilosa"><img src="https://api.travis-ci.com/pilosa/go-pilosa.svg?token=vqssvEWV3KAhu8oVFx9s&branch=master"></a>
<a href="https://goreportcard.com/report/github.com/pilosa/go-pilosa"><img src="https://goreportcard.com/badge/github.com/pilosa/go-pilosa?updated=1"></a>
Expand All @@ -12,7 +12,7 @@ Go client for Pilosa high performance distributed bitmap index.

## Change Log

* **v0.5.0**:
* **v0.5.0** (2017-08-03):
* Supports imports and exports.
* Introduced schemas. No need to re-define already existing indexes and frames.
* `NewClientFromAddresses` convenience function added. Create a client for a
Expand Down

0 comments on commit 96c2d45

Please sign in to comment.