Skip to content

Commit

Permalink
Changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Apr 18, 2014
1 parent 6b42979 commit 0b54b3f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
@@ -1,5 +1,17 @@
# Algebird #

### Version 0.6.0 ###
* make constructors for SpaceSaver subclasses public so that deserializers..: https://github.com/twitter/algebird/pull/289
* Restoring optimized SketchMapMonoid#sumOption: https://github.com/twitter/algebird/pull/293
* Newer caliper hll benchmark: https://github.com/twitter/algebird/pull/297
* hll optimization: https://github.com/twitter/algebird/pull/299
* Optimize the storage backend used in sketch map: https://github.com/twitter/algebird/pull/301
* migrate async summers from Summingbird: https://github.com/twitter/algebird/pull/296
* add sumOption to EventuallySemiGroup: https://github.com/twitter/algebird/pull/306
* Heavyhitters no longer attempts lazy storage in SketchMap: https://github.com/twitter/algebird/pull/305
* Async Maps performance improvements: https://github.com/twitter/algebird/pull/302
* Make the AsyncListSum be immutable again: https://github.com/twitter/algebird/pull/309

### Version 0.5.0 ###
* Remove handling that doesn't seem needed/wanted for longs: https://github.com/twitter/algebird/pull/287
* Add average() for DecayedValue: https://github.com/twitter/algebird/pull/286
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,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.5.0`.
Algebird modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.6.0`.

Current published artifacts are

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

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

0 comments on commit 0b54b3f

Please sign in to comment.