Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro M. Ramallo <alejandro.ramallo@leapsight.com>
  • Loading branch information
aramallo committed Oct 2, 2023
1 parent 91b5939 commit e243d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
```
* A new algorithm has been implemented to determine the listen address when `listen_addr` is not defined in the configuration. The algorithm uses `peer_ip` the Erlang nodename or `name` configuration option to extract the host from the name e.g. `HOST` in `mynode@HOST` and uses `inet:getaddr` to determine the IP Address.

# v5.0.0-rc.7
# v5.0.0-rc.8
### Changes
* Performance improvements for `partisan:forward/2,3,4`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img alt="Partisan" width="600" src="https://github.com/lasp-lang/partisan/blob/e4ec25b547c4d50000250b904690b26594b3e72e/assets/partisan_logo_black.png?raw=true">


![Version](https://img.shields.io/badge/version-5.0.0--rc.7-blue?style=for-the-badge)<br>
![Version](https://img.shields.io/badge/version-5.0.0--rc.8-blue?style=for-the-badge)<br>
![Core Test Suite](https://img.shields.io/github/actions/workflow/status/lasp-lang/partisan/build_and_test.yml?&branch=master&label=core-test-suite&style=for-the-badge)
![OTP Test Suite](https://img.shields.io/github/actions/workflow/status/lasp-lang/partisan/otp-test.yml?&branch=master&label=otp-test-suite&style=for-the-badge)
![Alt Test Suite](https://img.shields.io/github/actions/workflow/status/lasp-lang/partisan/alt-test.yml?&branch=master&label=alt-test-suite&style=for-the-badge)
Expand Down
2 changes: 1 addition & 1 deletion src/partisan.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{description,
"Partisan is a scalable and flexible, TCP-based membership system and distribution layer for the BEAM."
},
{vsn, "5.0.0-rc.7"},
{vsn, "5.0.0-rc.8"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit e243d0e

Please sign in to comment.