Skip to content

Commit

Permalink
chore: version 0.8.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Feb 1, 2024
1 parent c574246 commit 2d266cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.7.0" # WHEN UPDATING THIS VERSION, UPDATE THE `akka-persistence-rs` VERSIONS BELOW
version = "0.8.0" # WHEN UPDATING THIS VERSION, UPDATE THE `akka-persistence-rs` VERSIONS BELOW
edition = "2021"
rust-version = "1.70.0"
license-file = "LICENSE"
Expand Down Expand Up @@ -64,9 +64,9 @@ yew = { version = "0.20" }

# THE VERSIONS HERE SHOULD BE THE SAME AS PER `workspace.package.version`.

akka-persistence-rs = { path = "akka-persistence-rs", version = "0.7.0", registry = "lightbend-akka-rs" }
akka-persistence-rs-commitlog = { path = "akka-persistence-rs-commitlog", version = "0.7.0", registry = "lightbend-akka-rs" }
akka-projection-rs = { path = "akka-projection-rs", version = "0.7.0", registry = "lightbend-akka-rs" }
akka-persistence-rs = { path = "akka-persistence-rs", version = "0.8.0", registry = "lightbend-akka-rs" }
akka-persistence-rs-commitlog = { path = "akka-persistence-rs-commitlog", version = "0.8.0", registry = "lightbend-akka-rs" }
akka-projection-rs = { path = "akka-projection-rs", version = "0.8.0", registry = "lightbend-akka-rs" }

[profile.bench-debug]
inherits = "release"
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Business Source License 1.1
Parameters

Licensor: Lightbend, Inc.
Licensed Work: Akka Edge RS 0.7.0
The Licensed Work is (c) 2023 Lightbend Inc.
Licensed Work: Akka Edge RS 0.8.0
The Licensed Work is (c) 2024 Lightbend Inc.
Additional Use Grant:
If you develop an application using a version of Play Framework that
utilizes binary versions of akka-streams and its dependencies, you may
Expand All @@ -15,7 +15,7 @@ Additional Use Grant:
Connecting to a Play Framework websocket and/or Play Framework
request/response bodies for server and play-ws client.

Change Date: 2027-01-25
Change Date: 2027-02-01

Change License: Apache License, Version 2.0

Expand Down

0 comments on commit 2d266cd

Please sign in to comment.