From 54e24ac5c4f5b4c57b2767f6c2011ef05ea3a807 Mon Sep 17 00:00:00 2001 From: David Meister Date: Sun, 29 Mar 2020 18:06:35 +0400 Subject: [PATCH] Release v0.0.34 --- CHANGELOG.md | 14 ++++++++++++++ config.nix | 4 ++-- crates/holochain_json_api/Cargo.toml | 4 ++-- crates/holochain_json_derive/Cargo.toml | 2 +- crates/holochain_serialized_bytes/Cargo.toml | 4 ++-- .../holochain_serialized_bytes_derive/Cargo.toml | 2 +- test/holochain_serialized_bytes/Cargo.toml | 4 ++-- 7 files changed, 24 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6776c98..0426dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.34] - 2020-03-29 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## [0.0.33] - 2020-03-29 ### Added diff --git a/config.nix b/config.nix index 763804d..c16efc8 100644 --- a/config.nix +++ b/config.nix @@ -60,13 +60,13 @@ hn-release-hook-version-rust-deps 'holochain_json_derive holochain_serialized_by # the commit hash that the release process should target # this will always be behind what ends up being deployed # the release process needs to add some commits for changelog etc. - commit = "40ac0c5c09731a4fd65ba5949135469bbae387f2"; + commit = "a4d1f72f0f5925f466efd6b1ea3c412d8ba98a02"; # the semver for prev and current releases # the previous version will be scanned/bumped by release scripts # the current version is what the release scripts bump *to* version = { - current = "0.0.33"; + current = "0.0.34"; # not used by version hooks in this repo previous = "_._._"; }; diff --git a/crates/holochain_json_api/Cargo.toml b/crates/holochain_json_api/Cargo.toml index 06edf8c..36a1d1c 100644 --- a/crates/holochain_json_api/Cargo.toml +++ b/crates/holochain_json_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_json_api" -version = "0.0.33" +version = "0.0.34" authors = ["Holochain Core Dev Team "] build = "build.rs" description = "json api and utilities for holochain" @@ -31,7 +31,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.33", path = "../holochain_json_derive" } +holochain_json_derive = { version = "=0.0.34", path = "../holochain_json_derive" } uuid = { version = "=0.7.1", features = ["v4"] } [dev-dependencies] diff --git a/crates/holochain_json_derive/Cargo.toml b/crates/holochain_json_derive/Cargo.toml index 8dff0d7..22ca9bd 100644 --- a/crates/holochain_json_derive/Cargo.toml +++ b/crates/holochain_json_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_json_derive" -version = "0.0.33" +version = "0.0.34" authors = ["Holochain Core Dev Team "] description = "Provides derive macros for holochain persistence." edition="2018" diff --git a/crates/holochain_serialized_bytes/Cargo.toml b/crates/holochain_serialized_bytes/Cargo.toml index 049fb58..a0a13c2 100644 --- a/crates/holochain_serialized_bytes/Cargo.toml +++ b/crates/holochain_serialized_bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_serialized_bytes" -version = "0.0.33" +version = "0.0.34" authors = ["Holochain Core Dev Team "] description = "serialized bytes for holochain" keywords = ["holochain", "holo", "messagepack", "json", "serialization"] @@ -14,6 +14,6 @@ edition = "2018" [dependencies] serde = { version = "=1.0.104", features = ["serde_derive"] } serde_json = { version = "=1.0.48", features = ["preserve_order"] } -holochain_serialized_bytes_derive = { version = "=0.0.33", path = "../holochain_serialized_bytes_derive" } +holochain_serialized_bytes_derive = { version = "=0.0.34", path = "../holochain_serialized_bytes_derive" } rmp-serde = "=0.14.3" serde-transcode = "=1.1.0" diff --git a/crates/holochain_serialized_bytes_derive/Cargo.toml b/crates/holochain_serialized_bytes_derive/Cargo.toml index dd4e1e5..9bc84dc 100644 --- a/crates/holochain_serialized_bytes_derive/Cargo.toml +++ b/crates/holochain_serialized_bytes_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_serialized_bytes_derive" -version = "0.0.33" +version = "0.0.34" authors = ["Holochain Core Dev Team "] description = "Provides derive macros for holochain serialized bytes." edition="2018" diff --git a/test/holochain_serialized_bytes/Cargo.toml b/test/holochain_serialized_bytes/Cargo.toml index 1fbb423..5b1a4b6 100644 --- a/test/holochain_serialized_bytes/Cargo.toml +++ b/test/holochain_serialized_bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_holochain_serialized_bytes" -version = "0.0.33" +version = "0.0.34" authors = ["Holochain Core Dev Team "] description = "test serialized bytes for holochain" keywords = ["holochain", "holo", "messagepack", "json", "serialization"] @@ -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.33", path = "../../crates/holochain_serialized_bytes" } +holochain_serialized_bytes = { version = "=0.0.34", path = "../../crates/holochain_serialized_bytes" } serde = "=1.0.104"