Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed May 28, 2024
1 parent 5c547a9 commit bd284e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-05-28: v0.5.0-rc.4
### Fixed
- The app websocket was closing connections when cloned versions of itself were dropped.

## 2024-05-28: v0.5.0-rc.3
### Fixed
- Dropping admin or app connections will now close the connection.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "holochain_client"
readme = "README.md"
repository = "https://github.com/holochain/holochain-client-rust"
resolver = "2"
version = "0.5.0-rc.3"
version = "0.5.0-rc.4"

[workspace]
members = ["fixture/zomes/foo"]
Expand Down

0 comments on commit bd284e8

Please sign in to comment.