Skip to content

Commit

Permalink
chore(release): v0.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 4, 2024
1 parent 5bc9737 commit 04a26bb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added
### Changed
- Update to Holochain 0.4.0-rc.1 with the new `roles_settings` field in the `InstallAppPayload`.
### Fixed
### Removed

## 2024-12-04: v0.6.0-rc.1
### Changed
- Update to Holochain 0.4.0-rc.2 with the new `roles_settings` field in the `InstallAppPayload`.

## 2024-10-09: v0.6.0-rc.0
### Changed
- Update to Holochain 0.4.0-rc.0
Expand Down Expand Up @@ -66,7 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
state, but it no longer does that so we can drop the requirement for the clients to be mutable.

### Fixed
- Dropping admin or app connections will now close the connection.
- Dropping admin or app connections will now close the connection.

## 2024-04-24: v0.5.0-dev.32
### Added
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
@@ -1,6 +1,6 @@
[package]
name = "holochain_client"
version = "0.6.0-rc.0"
version = "0.6.0-rc.1"
description = "A Rust client for the Holochain Conductor API"
authors = [
"Guillem Cordoba <[email protected]>",
Expand Down
22 changes: 11 additions & 11 deletions flake.lock

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

0 comments on commit 04a26bb

Please sign in to comment.