Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v0.7.0-dev.1 #134

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading