Skip to content

Commit

Permalink
Release v0.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Sep 18, 2020
1 parent a8f0a2e commit 88abe98
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
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).

## [0.0.45] - 2020-09-18

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.0.44] - 2020-09-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain_json_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_json_api"
version = "0.0.44"
version = "0.0.45"
authors = ["Holochain Core Dev Team <[email protected]>"]
build = "build.rs"
description = "json api and utilities for holochain"
Expand All @@ -25,7 +25,7 @@ shrinkwraprs = "=0.2.1"
objekt = "=0.1.2"
# keep the version on the left hand side
# there is a regex in the release hook looking for it
holochain_json_derive = { version = "=0.0.44", path = "../holochain_json_derive" }
holochain_json_derive = { version = "=0.0.45", path = "../holochain_json_derive" }
uuid = { version = "=0.7.1", features = ["v4"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_json_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_json_derive"
version = "0.0.44"
version = "0.0.45"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "Provides derive macros for holochain persistence."
edition="2018"
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.44"
version = "0.0.45"
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.104", features = ["serde_derive"] }
serde_json = { version = "1.0.51", features = ["preserve_order"] }
holochain_serialized_bytes_derive = { version = "=0.0.44", path = "../holochain_serialized_bytes_derive" }
holochain_serialized_bytes_derive = { version = "=0.0.45", path = "../holochain_serialized_bytes_derive" }
rmp-serde = "0.14.3"
serde-transcode = "1.1.0"
thiserror = "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_serialized_bytes_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_serialized_bytes_derive"
version = "0.0.44"
version = "0.0.45"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "Provides derive macros for holochain serialized bytes."
edition="2018"
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.44"
version = "0.0.45"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "test serialized bytes for holochain"
keywords = ["holochain", "holo", "messagepack", "json", "serialization"]
Expand All @@ -11,5 +11,5 @@ documentation = "https://docs.rs/holochain_serialized_bytes"
repository = "https://github.com/holochain/holochain-serialization"

[dependencies]
holochain_serialized_bytes = { version = "=0.0.44", path = "../../crates/holochain_serialized_bytes" }
holochain_serialized_bytes = { version = "=0.0.45", path = "../../crates/holochain_serialized_bytes" }
serde = "=1.0.104"

0 comments on commit 88abe98

Please sign in to comment.