Skip to content

Commit

Permalink
chore(release): v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Mar 5, 2024
1 parent b732bde commit 35d7fb9
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 77 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## \[Unreleased\]

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

## 2024-03-05: v0.4.8
### Added
- Capability to create zome call signing credentials with the `AdminWebsocket` using `authorize_signing_credentials`.
- `ClientAgentSigner` type which can store (in memory) signing credentials created with `authorize_signing_credentials`.
- `AppAgentWebsocket` to simplify making zome calls. It is a wrapper around a `AppWebsocket` but can be created directly.
### Changed
### Fixed
### Removed
- The utilities crate, it is now replaced by signing built into the client. Please see the updated tests for examples of how to use this.

Expand Down
116 changes: 63 additions & 53 deletions 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
Expand Up @@ -9,7 +9,7 @@ name = "holochain_client"
readme = "README.md"
repository = "https://github.com/holochain/holochain-client-rust"
resolver = "2"
version = "0.4.7"
version = "0.4.8"

[workspace]
members = ["fixture/zomes/foo"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Types and bindings to connect easily to a running Holochain conductor from Rust.

## Compatibility

**Rust client v0.3.x** is compatible with **Holochain v0.1.x**.
**Rust client v0.3.x** is compatible with **Holochain v0.1.x** _**(deprecated)**_.

**Rust client v0.4.x** is compatible with **Holochain v0.2.x**.

Expand Down
Loading

0 comments on commit 35d7fb9

Please sign in to comment.