Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Release v0.0.37-alpha10
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Nov 6, 2019
1 parent d726c8a commit 6bb4329
Show file tree
Hide file tree
Showing 37 changed files with 167 additions and 153 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.37-alpha10] - 2019-11-06

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.0.37-alpha9] - 2019-11-06

### Added
Expand Down
130 changes: 65 additions & 65 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app_spec/zomes/blog/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blog"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion app_spec/zomes/converse/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "converse"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Julian Laubstein <contact@julianlaubstein.de>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion app_spec/zomes/simple/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Ashanti Mutinta <Ashantimutinta@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion app_spec/zomes/summer/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "summer"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion app_spec_proc_macro/zomes/blog/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blog"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion app_spec_proc_macro/zomes/converse/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "converse"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Julian Laubstein <contact@julianlaubstein.de>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion app_spec_proc_macro/zomes/simple/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Ashanti Mutinta <Ashantimutinta@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion app_spec_proc_macro/zomes/summer/code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "summer"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions config.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
release-commit = "684104c363f4822bfcb02670e4055824074cc65b";
current = "0.0.37-alpha9";
previous = "0.0.37-alpha8";
release-commit = "d726c8ac081bf9c1864918b48f73234a7b88bad3";
current = "0.0.37-alpha10";
previous = "0.0.37-alpha9";
# tag will ultimately be current version when it hits holonix
# https://github.com/holochain/holonix/blob/master/release/default.nix#L7
tag = "v${current}";
Expand Down
2 changes: 1 addition & 1 deletion core_api_c_binding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_core_api_c_binding"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[lib]
Expand Down
14 changes: 7 additions & 7 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description = "holochain app scaffolding tools"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
documentation = "https://github.com/holochain/holochain-rust"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[dependencies]
holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" }
holochain_core = { version = "=0.0.37-alpha9", path = "../core" }
holochain_common = { version = "=0.0.37-alpha9", path = "../common" }
holochain_conductor_lib = { version = "=0.0.37-alpha9", path = "../conductor_lib" }
holochain_dpki = { version = "=0.0.37-alpha9", path = "../dpki" }
holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" }
holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" }
holochain_core = { version = "=0.0.37-alpha10", path = "../core" }
holochain_common = { version = "=0.0.37-alpha10", path = "../common" }
holochain_conductor_lib = { version = "=0.0.37-alpha10", path = "../conductor_lib" }
holochain_dpki = { version = "=0.0.37-alpha10", path = "../dpki" }
holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" }
lib3h_sodium = "=0.0.21"
holochain_json_api = "=0.0.17"
holochain_persistence_api = "=0.0.10"
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "holochain core commons"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
documentation = "https://github.com/holochain/holochain-rust"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions crates/conductor_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description = "holochain conductor lib api"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
documentation = "https://github.com/holochain/holochain-rust"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
edition = "2018"

[dependencies]
holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" }
holochain_wasm_utils = { version = "=0.0.37-alpha9", path = "../wasm_utils" }
holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" }
holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" }
holochain_wasm_utils = { version = "=0.0.37-alpha10", path = "../wasm_utils" }
holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" }
jsonrpc-core = "=14.0.1"
jsonrpc-lite = "=0.5.0"
serde = { version = "=1.0.89", features = ["rc"] }
Expand Down
14 changes: 7 additions & 7 deletions crates/conductor_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ description = "holochain conductor library"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
documentation = "https://github.com/holochain/holochain-rust"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[dependencies]
holochain_core = { version = "=0.0.37-alpha9", path = "../core" }
holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" }
holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" }
holochain_core = { version = "=0.0.37-alpha10", path = "../core" }
holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" }
holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" }
holochain_json_derive = "=0.0.17"
holochain_json_api = "=0.0.17"
holochain_persistence_api = "=0.0.10"
holochain_persistence_mem = "=0.0.10"
holochain_persistence_file = "=0.0.10"
holochain_persistence_pickle = "=0.0.10"
holochain_persistence_lmdb = "=0.0.10"
holochain_dpki = { version = "=0.0.37-alpha9", path = "../dpki" }
holochain_net = { version = "=0.0.37-alpha9", path = "../net" }
holochain_dpki = { version = "=0.0.37-alpha10", path = "../dpki" }
holochain_net = { version = "=0.0.37-alpha10", path = "../net" }
lib3h = "=0.0.21"
lib3h_sodium = "=0.0.21"
holochain_common = { version = "=0.0.37-alpha9", path = "../common" }
holochain_common = { version = "=0.0.37-alpha10", path = "../common" }
chrono = "=0.4.6"
serde = "=1.0.89"
serde_json = { version = "=1.0.39", features = ["preserve_order"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/conductor_lib/test-bridge-caller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-bridge-caller"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/conductor_lib/wasm-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example_api_wasm"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[lib]
Expand Down
16 changes: 8 additions & 8 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_core"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
description = "holochain core"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
Expand Down Expand Up @@ -30,20 +30,20 @@ unwrap_to = "=0.1.0"
num-traits = "=0.2.6"
num-derive = "=0.2.4"
toml = "=0.5.0"
holochain_net = { version = "=0.0.37-alpha9", path = "../net" }
holochain_wasm_utils = { version = "=0.0.37-alpha9", path = "../wasm_utils" }
holochain_common = { version = "=0.0.37-alpha9", path = "../common" }
holochain_conductor_lib_api = { version = "=0.0.37-alpha9", path = "../conductor_api" }
holochain_net = { version = "=0.0.37-alpha10", path = "../net" }
holochain_wasm_utils = { version = "=0.0.37-alpha10", path = "../wasm_utils" }
holochain_common = { version = "=0.0.37-alpha10", path = "../common" }
holochain_conductor_lib_api = { version = "=0.0.37-alpha10", path = "../conductor_api" }
lib3h_protocol = "=0.0.21"
lib3h_sodium = "=0.0.21"
holochain_json_derive = "=0.0.17"
holochain_json_api = "=0.0.17"
holochain_persistence_api = "=0.0.10"
holochain_persistence_file = "=0.0.10"
holochain_persistence_mem = "=0.0.10"
holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" }
holochain_dpki = { version = "=0.0.37-alpha9", path = "../dpki" }
holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" }
holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" }
holochain_dpki = { version = "=0.0.37-alpha10", path = "../dpki" }
holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" }
log = "=0.4.8"
holochain_logging = "=0.0.4"
boolinator = "=2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/nucleus/actions/wasm-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nucleus-actions-tests"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[lib]
Expand Down
4 changes: 2 additions & 2 deletions crates/core_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_core_types"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = "build.rs"
description = "core types needed for all holochain development"
Expand Down Expand Up @@ -36,7 +36,7 @@ objekt= "=0.1.2"
holochain_persistence_api = "=0.0.10"
holochain_json_derive = "=0.0.17"
holochain_json_api = "=0.0.17"
holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" }
holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" }
uuid = { version = "=0.7.1", features = ["v4"] }
regex = "=1.1.2"
shrinkwraprs = "=0.2.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/dpki/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_dpki"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
description = "holochain dpki"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
Expand All @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
lazy_static = "=1.2.0"
base64 = "=0.10.1"
holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" }
holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" }
lib3h_sodium = "=0.0.21"
holochain_persistence_api = "=0.0.10"
serde = "=1.0.89"
Expand Down
6 changes: 3 additions & 3 deletions crates/hdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hdk"
edition = "2018"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
description = "holochain hdk"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
Expand All @@ -14,8 +14,8 @@ serde_derive = "=1.0.89"
serde_json = { version = "=1.0.39", features = ["preserve_order"] }
bitflags = "=1.0.4"
lazy_static = "=1.2.0"
holochain_wasm_utils = { version = "=0.0.37-alpha9", path = "../wasm_utils" }
holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" }
holochain_wasm_utils = { version = "=0.0.37-alpha10", path = "../wasm_utils" }
holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" }
holochain_json_api = "=0.0.17"
holochain_json_derive = "=0.0.17"
holochain_persistence_api = "=0.0.10"
Expand Down
2 changes: 1 addition & 1 deletion crates/hdk/wasm-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-globals"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[lib]
Expand Down
4 changes: 2 additions & 2 deletions crates/hdk_v2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdk_proc_macros"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
description = "holochain hdk v2 (with proc macros)"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
Expand All @@ -15,4 +15,4 @@ proc-macro = true
syn = { version = "=0.15.31", features = ["full", "extra-traits"]}
quote = "=0.6.11"
proc-macro2 = "=0.4.27"
hdk = { version = "=0.0.37-alpha9", path = "../hdk" }
hdk = { version = "=0.0.37-alpha10", path = "../hdk" }
2 changes: 1 addition & 1 deletion crates/hdk_v2/wasm-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-proc-macro"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[lib]
Expand Down
10 changes: 5 additions & 5 deletions crates/holochain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "holochain"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
description = "holochain"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
documentation = "https://github.com/holochain/holochain-rust"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[dependencies]
holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" }
holochain_conductor_lib = { version = "=0.0.37-alpha9", path = "../conductor_lib" }
holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" }
holochain_conductor_lib = { version = "=0.0.37-alpha10", path = "../conductor_lib" }
lib3h_sodium = "=0.0.21"
holochain_common = { version = "=0.0.37-alpha9", path = "../common" }
holochain_locksmith = { version = "=0.0.37-alpha9", path = "../locksmith" }
holochain_common = { version = "=0.0.37-alpha10", path = "../common" }
holochain_locksmith = { version = "=0.0.37-alpha10", path = "../locksmith" }
structopt = "=0.2.15"
tiny_http = "=0.6.2"
ws = "=0.8.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_conductor_wasm"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
description = "holochain wasm"
license = "GPL-3.0-only"
homepage = "https://github.com/holochain/holochain-rust"
Expand All @@ -13,5 +13,5 @@ name = "holochain_conductor_wasm"
crate-type = ["cdylib"]

[dependencies]
holochain_core_types = { version = "=0.0.37-alpha9", path = "../core_types" }
holochain_core_types = { version = "=0.0.37-alpha10", path = "../core_types" }
wasm-bindgen = "=0.2.32"
2 changes: 1 addition & 1 deletion crates/locksmith/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_locksmith"
version = "0.0.37-alpha9"
version = "0.0.37-alpha10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
edition = "2018"
description = "helpers for mutex deadlock diagnosis"
Expand Down

0 comments on commit 6bb4329

Please sign in to comment.