Skip to content

Commit

Permalink
chore(release): v0.0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Apr 17, 2024
1 parent fbdab15 commit 9176fe7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Unreleased]

## [0.0.54] - 2024-04-17

## Changed
- **BREAKING**: Updated dependencies `rmp-serde` and `serde`. Serialization format for Rust enums changed.
An enum
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain_serialized_bytes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_serialized_bytes"
version = "0.0.53"
version = "0.0.54"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "serialized bytes for holochain"
keywords = ["holochain", "holo", "messagepack", "json", "serialization"]
Expand All @@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
serde = { version = "=1.0.197", features = ["serde_derive"] }
serde_json = { version = "1.0.51", features = ["preserve_order"] }
holochain_serialized_bytes_derive = { version = "=0.0.53", path = "../holochain_serialized_bytes_derive" }
holochain_serialized_bytes_derive = { version = "=0.0.54", path = "../holochain_serialized_bytes_derive" }
rmp-serde = "=1.1.2"
serde-transcode = "1.1.0"
thiserror = "1.0.10"
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain_serialized_bytes_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "holochain_serialized_bytes_derive"
version = "0.0.53"
version = "0.0.54"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "Provides derive macros for holochain serialized bytes."
edition="2018"
edition = "2018"
keywords = ["holochain", "holo", "bytes", "serde", "derive"]
categories = ["parsing"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions test/holochain_serialized_bytes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_holochain_serialized_bytes"
version = "0.0.53"
version = "0.0.54"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "test serialized bytes for holochain"
keywords = ["holochain", "holo", "messagepack", "json", "serialization"]
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/holochain_serialized_bytes"
repository = "https://github.com/holochain/holochain-serialization"

[dependencies]
holochain_serialized_bytes = { version = "=0.0.53", path = "../../crates/holochain_serialized_bytes" }
holochain_serialized_bytes = { version = "=0.0.54", path = "../../crates/holochain_serialized_bytes" }
serde = "=1.0.197"

[dev-dependencies]
Expand Down

0 comments on commit 9176fe7

Please sign in to comment.