Skip to content

Commit

Permalink
chore(release): v0.6.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Aug 30, 2024
1 parent 080bf82 commit a6c8b20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-08-31: v0.6.0-dev.7
### Added
- Admin calls `AgentInfo`, `AddAgentInfo` and `ListCellIds`.

## 2024-08-27: v0.6.0-dev.6
### Added
- Admin Websocket call `revoke_agent_key` which revokes an agent key for an app and makes the source chains of the app read-only.
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.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[package]
authors = ["Guillem Cordoba <guillem.cordoba@gmail.com>"]
authors = [
"Guillem Cordoba <guillem.cordoba@gmail.com>",
"Holochain Core Dev Team <devcore@holochain.org>",
]
description = "A Rust client for the Holochain Conductor API"
edition = "2021"
homepage = "https://github.com/holochain/holochain-client-rust"
Expand All @@ -9,7 +12,7 @@ name = "holochain_client"
readme = "README.md"
repository = "https://github.com/holochain/holochain-client-rust"
resolver = "2"
version = "0.6.0-dev.6"
version = "0.6.0-dev.7"

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

0 comments on commit a6c8b20

Please sign in to comment.