From 8b6d70a28b273fa22565318b1dc9be582aa1e131 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 3 Dec 2024 20:49:48 +0100 Subject: [PATCH] chore(release): v0.7.0-dev.1 --- CHANGELOG.md | 9 ++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e3c66..5bfc5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 31b6bf0..975b28b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2594,7 +2594,7 @@ dependencies = [ [[package]] name = "holochain_client" -version = "0.7.0-dev.0" +version = "0.7.0-dev.1" dependencies = [ "again", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7685008..be8707e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ",