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 #63 from yuce/releasing-v0.7.0
Browse files Browse the repository at this point in the history
Releasing v0.7.0
  • Loading branch information
yuce committed Oct 4, 2017
2 parents 4015ea8 + 1b98eac commit 3bc36df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Java Client for Pilosa

<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-v0.6.0-blue.svg"></a>
<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-v0.7.0-blue.svg"></a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22pilosa-client%22"><img src="https://img.shields.io/maven-central/v/com.pilosa/pilosa-client.svg?maxAge=2592"></a>
<a href="https://travis-ci.com/pilosa/java-pilosa"><img src="https://api.travis-ci.com/pilosa/java-pilosa.svg?token=vqssvEWV3KAhu8oVFx9s&branch=master"></a>
<a href="https://coveralls.io/github/pilosa/java-pilosa?branch=master"><img src="https://coveralls.io/repos/github/pilosa/java-pilosa/badge.svg?branch=master" /></a>
Expand All @@ -12,7 +12,7 @@ Java client for Pilosa high performance distributed bitmap index.

## Change Log

* **Next**:
* **v0.7.0** (2017-10-04):
* Added support for creating range encoded frames.
* Added `Xor` call.
* Added range field operations.
Expand Down
2 changes: 1 addition & 1 deletion com.pilosa.client/pom.xml
Expand Up @@ -40,7 +40,7 @@

<groupId>com.pilosa</groupId>
<artifactId>pilosa-client</artifactId>
<version>0.5.1</version>
<version>0.7.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 3bc36df

Please sign in to comment.