Skip to content

Commit ec6c977

Browse files
committed
Release 0.3.1
1 parent 475c710 commit ec6c977

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library is tested against [akka-persistence-tck](http://doc.akka.io/docs/ak
1919
You should add the following dependency.
2020

2121
```
22-
libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.3.0"
22+
libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.3.1"
2323
```
2424

2525
And then, please include the mysql-async if you use MySQL.
@@ -128,6 +128,9 @@ CREATE TABLE IF NOT EXISTS {your_snapshot_table_name} (
128128

129129
## Release Notes
130130

131+
### 0.3.1 - Oct 15, 2015
132+
- [Never execute invalid SQLs](https://github.com/okumin/akka-persistence-sql-async/issues/10)
133+
131134
### 0.3.0 - Oct 7, 2015
132135
- Update Akka to 2.4
133136

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val performanceTest = (project in file("performance-test"))
2828

2929
lazy val commonSettings = Seq(
3030
organization := "com.okumin",
31-
version := "0.3.0",
31+
version := "0.3.1",
3232
scalaVersion := "2.11.7",
3333
parallelExecution in Test := false,
3434
libraryDependencies := commonDependencies

0 commit comments

Comments
 (0)