Skip to content

Commit

Permalink
chore(release): v0.6.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jun 11, 2024
1 parent ef429b7 commit b8ac74b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## \[Unreleased\]

### Added
### Changed
### Fixed
### Removed

## 2024-06-10: v0.6.0-dev.1
### Added
- New call `AppRequest::ProvideMemproofs`. An app can be installed with deferred membrane proofs, which can later be provided through this call.

### Changed
- Remove unnecessary use of `&mut self` in the app and admin clients. These used to be needed when the internal `send` mutated
state, but it no longer does that so we can drop the requirement for the clients to be mutable.
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.6.0-dev.0"
version = "0.6.0-dev.1"

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

0 comments on commit b8ac74b

Please sign in to comment.