Skip to content

Commit

Permalink
chore(release): v0.7.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 3, 2024
1 parent 084415e commit 8b6d70a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

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

## 2024-12-03: v0.7.0-dev.1
### Changed
- Update to Holochain 0.5.0-dev.7
- Updates to new zome call signing logic
- Uses the new `roles_settings` field in the `InstallAppPayload`.
### Fixed
### Removed

## 2024-10-10: v0.7.0-dev.0
### Changed
Expand Down Expand Up @@ -68,7 +71,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.7.0-dev.0"
version = "0.7.0-dev.1"
description = "A Rust client for the Holochain Conductor API"
authors = [
"Guillem Cordoba <[email protected]>",
Expand Down

0 comments on commit 8b6d70a

Please sign in to comment.