Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'release/0.1.5' into develop
  • Loading branch information
Argyris Zymnis committed Dec 17, 2012
2 parents 02ae0ff + bd321ce commit 657b059
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# Algebird #

### Version 0.1.5 ###
* Make Metric serializable
* JMap uses Semigroup

### Version 0.1.4 ###
* Count-min-sketch (with Monoid)
* Added Bloom Filter (with Monoid)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ For example, average, moving average, max/min, set
analytics.

## Maven
Current version is 0.1.4. groupid="com.twitter" artifact="algebird_2.9.2".
Current version is 0.1.5. groupid="com.twitter" artifact="algebird_2.9.2".

## Questions
> Why not use spire?
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "algebird"

version := "0.1.4"
version := "0.1.5"

organization := "com.twitter"

Expand Down

0 comments on commit 657b059

Please sign in to comment.