Skip to content

Commit

Permalink
chore(release): v0.0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Apr 24, 2024
1 parent 826d6a9 commit 7ac62d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.0.93] - 2024-04-24

### Changed
- **BREAKING CHANGE:** Holochain serialization updated to v0.0.54 which in turn contains a breaking change in how the conductor API serializes enums.

## [0.0.92] - 2024-01-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "holochain_wasmer_common"
description = "commons for both host and guest"
license = "Apache-2.0"
version = "0.0.92"
version = "0.0.93"
authors = ["thedavidmeister", "thedavidmeister@gmail.com"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions crates/guest/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "holochain_wasmer_guest"
description = "wasm guest code"
license = "Apache-2.0"
version = "0.0.92"
version = "0.0.93"
authors = ["thedavidmeister", "thedavidmeister@gmail.com"]
edition = "2021"

Expand All @@ -15,7 +15,7 @@ path = "src/guest.rs"

[dependencies]
holochain_serialized_bytes = { version = "=0.0.54", features = [] }
holochain_wasmer_common = { version = "=0.0.92", path = "../common" }
holochain_wasmer_common = { version = "=0.0.93", path = "../common" }
serde = "1"
tracing = "0.1"
parking_lot = "0.12"
Expand Down
4 changes: 2 additions & 2 deletions crates/host/Cargo.toml
Expand Up @@ -2,14 +2,14 @@
name = "holochain_wasmer_host"
description = "wasm host code"
license = "Apache-2.0"
version = "0.0.92"
version = "0.0.93"
authors = ["thedavidmeister", "thedavidmeister@gmail.com"]
edition = "2021"

[dependencies]
wasmer = "=4.2.8"
wasmer-middlewares = "=4.2.8"
holochain_wasmer_common = { version = "=0.0.92", path = "../common" }
holochain_wasmer_common = { version = "=0.0.93", path = "../common" }
holochain_serialized_bytes = "=0.0.54"
serde = "1"
tracing = "0.1"
Expand Down

0 comments on commit 7ac62d3

Please sign in to comment.