Skip to content

Commit

Permalink
Release entries for 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Jul 11, 2014
1 parent b5ea3a0 commit b0bb0b0
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.10.3
- 2.10.4
- 2.9.3
before_script:
- mysql -u root -e "create database storehaus_test;"
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Storehaus #

### Version 0.9.1 ###
* Feature/write through cache perf: https://github.com/twitter/storehaus/pull/234
* Share the Retrying Read Write store in storehaus repo: https://github.com/twitter/storehaus/pull/230
* initial Kafka 0.8 support: https://github.com/twitter/storehaus/pull/232
* Exceptions on the cache-store should be ignored for Read/WriteThroughStore: https://github.com/twitter/storehaus/pull/225

### Version 0.9.0 ###
* Reporting store algebra: https://github.com/twitter/storehaus/pull/176
* Bumping finagle to a more recent version, changes that were required: https://github.com/twitter/storehaus/pull/223
10 changes: 5 additions & 5 deletions project/Build.scala
Original file line number Diff line number Diff line change
@@ -58,8 +58,8 @@ object StorehausBuild extends Build {
val sharedSettings = extraSettings ++ ciSettings ++ Seq(
organization := "com.twitter",
scalaVersion := "2.9.3",
version := "0.9.0",
crossScalaVersions := Seq("2.9.3", "2.10.0"),
version := "0.9.1",
crossScalaVersions := Seq("2.9.3", "2.10.4"),
javacOptions ++= Seq("-source", "1.6", "-target", "1.6"),
javacOptions in doc := Seq("-source", "1.6"),
libraryDependencies <+= scalaVersion(specs2Import(_)),
@@ -119,10 +119,10 @@ object StorehausBuild extends Build {
.filterNot(unreleasedModules.contains(_))
.map { s => "com.twitter" % ("storehaus-" + s + "_2.9.3") % "0.9.0" }

val algebirdVersion = "0.6.0"
val bijectionVersion = "0.6.2"
val algebirdVersion = "0.7.0"
val bijectionVersion = "0.6.3"
val utilVersion = "6.11.0"
val scaldingVersion = "0.9.0rc15"
val scaldingVersion = "0.11.1"

lazy val storehaus = Project(
id = "storehaus",

0 comments on commit b0bb0b0

Please sign in to comment.