Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Oct 8, 2023
1 parent 28a3f89 commit e667ab3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ZIO Pekko Cluster

[![build](https://github.com/Philippus/zio-pekko-cluster/workflows/build/badge.svg)](https://github.com/Philippus/zio-pekko-cluster/actions/workflows/scala.yml?query=workflow%3Abuild+branch%3Aseries1.x)
![Current Version](https://img.shields.io/badge/version-0.1.0-brightgreen.svg?style=flat "0.1.0")
[![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat "Apache 2.0")](LICENSE)

This library is a [ZIO](https://github.com/zio/zio) wrapper for [Pekko Cluster](https://pekko.apache.org/docs/pekko/current/index-cluster.html).
It is a fork of [ZIO Akka Cluster](https://github.com/zio/zio-akka-cluster) providing the same functionality for Apache Pekko.
It exposes a purely functional API allowing you to leverage the distributed features of Pekko without the need to use the actor model.
Expand All @@ -14,7 +18,7 @@ The following features are available:
To use `zio-pekko-cluster`, add the following line in your `build.sbt` file:

```
libraryDependencies += "nl.gn0s1s" %% "zio-pekko-cluster" % "0.2.0"
libraryDependencies += "nl.gn0s1s" %% "zio-pekko-cluster" % "0.1.0"
```

## How to use
Expand Down
1 change: 1 addition & 0 deletions version.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ThisBuild / version := "0.1.0"

0 comments on commit e667ab3

Please sign in to comment.