Skip to content

Commit

Permalink
create a release from branch release-20240425.114840
Browse files Browse the repository at this point in the history
the following crates are part of this release:

- holochain_websocket-0.2.8-rc.1
- holochain_cli_sandbox-0.2.8-rc.1
- holochain-0.2.8-rc.1
- holochain_cli-0.2.8-rc.1
  • Loading branch information
Holochain Core Dev Team committed Apr 25, 2024
1 parent ebb3611 commit 0958f8c
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

# \[Unreleased\]

# 20240425.114840

## [holochain\_cli-0.2.8-rc.1](crates/holochain_cli/CHANGELOG.md#0.2.8-rc.1)

## [holochain-0.2.8-rc.1](crates/holochain/CHANGELOG.md#0.2.8-rc.1)

## [holochain\_cli\_sandbox-0.2.8-rc.1](crates/holochain_cli_sandbox/CHANGELOG.md#0.2.8-rc.1)

## [holochain\_websocket-0.2.8-rc.1](crates/holochain_websocket/CHANGELOG.md#0.2.8-rc.1)

# 20240423.154131

## [holochain\_cli-0.2.8-rc.0](crates/holochain_cli/CHANGELOG.md#0.2.8-rc.0)
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/hc/CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 0.2.8-rc.1

## 0.2.8-rc.0

## 0.2.7
Expand Down
4 changes: 2 additions & 2 deletions crates/hc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "holochain_cli"
version = "0.2.8-rc.0"
version = "0.2.8-rc.1"
homepage = "https://github.com/holochain/holochain"
documentation = "https://docs.rs/holochain_cli"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
Expand All @@ -24,7 +24,7 @@ clap = { version = "4.0", features = [ "derive", "cargo" ] }
futures = "0.3"
lazy_static = "1.4"
holochain_cli_bundle = { path = "../hc_bundle", version = "^0.2.7"}
holochain_cli_sandbox = { path = "../hc_sandbox", version = "^0.2.8-rc.0"}
holochain_cli_sandbox = { path = "../hc_sandbox", version = "^0.2.8-rc.1"}
holochain_cli_run_local_services = { path = "../hc_run_local_services", version = "^0.2.7"}
holochain_trace = { version = "^0.2.7", path = "../holochain_trace" }
tokio = { version = "1.27", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/hc_demo_cli/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4.2.2", features = [ "derive", "wrap_help" ], optional = tru
flate2 = { version = "1.0.25", optional = true }
hdi = { path = "../hdi", version = "^0.3.7", optional = true }
hdk = { path = "../hdk", version = "^0.2.7", optional = true }
holochain = { path = "../holochain", version = "^0.2.8-rc.0", optional = true }
holochain = { path = "../holochain", version = "^0.2.8-rc.1", optional = true }
holochain_types = { path = "../holochain_types", version = "^0.2.7", optional = true }
holochain_keystore = { path = "../holochain_keystore", version = "^0.2.7", optional = true }
rand = { version = "0.8.5", optional = true }
Expand Down
2 changes: 2 additions & 0 deletions crates/hc_sandbox/CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## \[Unreleased\]

## 0.2.8-rc.1

## 0.2.8-rc.0

## 0.2.7
Expand Down
4 changes: 2 additions & 2 deletions crates/hc_sandbox/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "holochain_cli_sandbox"
version = "0.2.8-rc.0"
version = "0.2.8-rc.1"
homepage = "https://github.com/holochain/holochain"
documentation = "https://docs.rs/holochain_cli_sandbox"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
Expand All @@ -22,7 +22,7 @@ clap = { version = "4.0", features = [ "derive", "env" ] }
futures = "0.3"
holochain_conductor_api = { path = "../holochain_conductor_api", version = "^0.2.7", features = ["sqlite"] }
holochain_types = { path = "../holochain_types", version = "^0.2.7", features = ["sqlite"] }
holochain_websocket = { path = "../holochain_websocket", version = "^0.2.8-rc.0"}
holochain_websocket = { path = "../holochain_websocket", version = "^0.2.8-rc.1"}
holochain_p2p = { path = "../holochain_p2p", version = "^0.2.7", features = ["sqlite"] }
holochain_util = { version = "^0.2.7", path = "../holochain_util", features = ["pw"] }
nanoid = "0.3"
Expand Down
2 changes: 2 additions & 0 deletions crates/holochain/CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 0.2.8-rc.1

## 0.2.8-rc.0

## 0.2.7
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "holochain"
version = "0.2.8-rc.0"
version = "0.2.8-rc.1"
description = "Holochain, a framework for distributed applications"
license-file = "LICENSE_CAL-1.0"
homepage = "https://github.com/holochain/holochain"
Expand Down Expand Up @@ -35,7 +35,7 @@ holochain_state = { version = "^0.2.7", path = "../holochain_state" }
holochain_types = { version = "^0.2.7", path = "../holochain_types" }
holochain_util = { version = "^0.2.7", path = "../holochain_util", features = [ "pw" ] }
holochain_wasmer_host = "=0.0.92"
holochain_websocket = { version = "^0.2.8-rc.0", path = "../holochain_websocket" }
holochain_websocket = { version = "^0.2.8-rc.1", path = "../holochain_websocket" }
holochain_zome_types = { version = "^0.2.7", path = "../holochain_zome_types", features = ["full"] }
human-panic = "1.0.3"
itertools = { version = "0.10" }
Expand Down
2 changes: 2 additions & 0 deletions crates/holochain_websocket/CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## \[Unreleased\]

## 0.2.8-rc.1

## 0.2.8-rc.0

## 0.2.7
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_websocket/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "holochain_websocket"
version = "0.2.8-rc.0"
version = "0.2.8-rc.1"
description = "Holochain utilities for serving and connection with websockets"
license-file = "LICENSE_CAL-1.0"
homepage = "https://github.com/holochain/holochain"
Expand Down

0 comments on commit 0958f8c

Please sign in to comment.