Skip to content

Commit

Permalink
added v0.1.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Apr 1, 2022
1 parent 494a555 commit fe60570
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
## [0.1.2] / 31 March 2022
- Removed all `Cluster.Sharding` methods that rely on `ClusterShardingSettings`, since it's not practical to create those prior to starting the `ActorSystem`.
## [0.1.3] / 31 March 2022
- Added `ShardRegionProxy` support to Akka.Cluster.Hosting
- Added `DistributedPubSub` support to Akka.Cluster.Hosting
5 changes: 3 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<PropertyGroup>
<Copyright>Copyright © 2013-2022 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>0.1.2</VersionPrefix>
<PackageReleaseNotes>• Removed all Cluster.Sharding methods that rely on ClusterShardingSettings%2C since it's not practical to create those prior to starting the ActorSystem.</PackageReleaseNotes>
<VersionPrefix>0.1.3</VersionPrefix>
<PackageReleaseNotes>• Added ShardRegionProxy support to Akka.Cluster.Hosting
• Added DistributedPubSub support to Akka.Cluster.Hosting</PackageReleaseNotes>
<PackageIconUrl>
</PackageIconUrl>
<PackageProjectUrl>
Expand Down

0 comments on commit fe60570

Please sign in to comment.