Skip to content

Commit

Permalink
Merge branch 'release/0.10.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Katya Gonina committed Jun 1, 2015
2 parents 28cbc31 + 81f01d1 commit 8e4270b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
@@ -1,5 +1,8 @@
# Algebird #

### Version 0.10.2 ###
* QTree quantileBounds assert percentile <= 1.0 #447

### Version 0.10.1 ###
* Make HLL easier to use, add Hash128 typeclass #440
* add ! to ApproximateBoolean #442
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ Discussion occurs primarily on the [Algebird mailing list](https://groups.google

## Maven

Algebird modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.10.1`.
Algebird modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.10.2`.

Current published artifacts are

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -98,7 +98,7 @@ object AlgebirdBuild extends Build {
def youngestForwardCompatible(subProj: String) =
Some(subProj)
.filterNot(unreleasedModules.contains(_))
.map { s => "com.twitter" % ("algebird-" + s + "_2.10") % "0.10.1" }
.map { s => "com.twitter" % ("algebird-" + s + "_2.10") % "0.10.2" }

lazy val algebird = Project(
id = "algebird",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.10.1"
version in ThisBuild := "0.10.2"

0 comments on commit 8e4270b

Please sign in to comment.