From 513e3ca121c7fbc2264568975be33bc884d12989 Mon Sep 17 00:00:00 2001 From: Tiago Mota Date: Tue, 29 Aug 2023 16:14:37 +0100 Subject: [PATCH] Prepare 0.6.0-RC1 release --- README.md | 4 ++-- docs/index.md | 4 ++-- docs/migration.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0eb6e15..5612bd52 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can read more about DAOs and schema variants in [the official documentation] To use `akka-persistence-postgres` in your SBT project, add the following to your `build.sbt`: ```scala -libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.5.0" +libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.6.0-RC1" ``` For a maven project add: @@ -29,7 +29,7 @@ For a maven project add: com.swissborg akka-persistence-postgres_2.13 - 0.5.0 + 0.6.0-RC1 ``` to your `pom.xml`. diff --git a/docs/index.md b/docs/index.md index 6e8c3ebb..9f9d17a6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ The main goal is to keep index size and memory consumption on a moderate level w To use `akka-persistence-postgres` in your SBT project, add the following to your `build.sbt`: ```scala -libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.5.0" +libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.6.0-RC1" ``` For a maven project add: @@ -26,7 +26,7 @@ For a maven project add: com.swisborg akka-persistence-postgres_2.13 - 0.5.0 + 0.6.0-RC1 ``` to your `pom.xml`. diff --git a/docs/migration.md b/docs/migration.md index 98790765..2886efe6 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -22,14 +22,14 @@ We provide you with an optional artifact, `akka-persistence-postgres-migration` #### Add akka-persistence-migration to your project Add the following to your `build.sbt` ``` -libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0" +libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.6.0-RC1" ``` For a maven project add: ```xml com.swisborg akka-persistence-postgres-migration_2.13 - 0.5.0 + 0.6.0-RC1 ``` to your `pom.xml`.