Skip to content

Commit

Permalink
chore(release)!: v0.4.2-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Sep 11, 2023
1 parent a08f36d commit 0c61b19
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 43 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2023-09-05: v0.5.0-rc.0
## 2023-09-11: v0.4.2-rc.3
### Changed
- Upgrade to Holochain v0.2.2-beta-rc.1.
- Upgrade to Holochain v0.2.2-beta-rc.3.

## 2023-08-31: v0.4.2-rc.0
### Changed
Expand Down
32 changes: 15 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "holochain_client"
readme = "README.md"
repository = "https://github.com/holochain/holochain-client-rust"
resolver = "2"
version = "0.5.0-rc.0"
version = "0.4.2-rc.3"

[workspace]
members = ["fixture/zomes/foo", "utilities"]
Expand All @@ -32,7 +32,7 @@ url = "2.2"

[dev-dependencies]
arbitrary = "1.2"
holochain = {version = "0.2.2-beta-rc.1", features = ["test_utils"]}
holochain = {version = "0.2.2-beta-rc.3", features = ["test_utils"]}
rand = "0.7"
tokio = {version = "1.3", features = ["full"]}
utilities = {path = "utilities"}
32 changes: 16 additions & 16 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
versions.url = "github:holochain/holochain?dir=versions/0_2";
holonix.url = "github:holochain/holochain";
holonix.inputs.versions.follows = "versions";
holonix.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.2-beta-rc.1";
holonix.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.2-beta-rc.3";
};

outputs = inputs@{ holonix, ... }:
Expand Down
3 changes: 0 additions & 3 deletions tests/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async fn signed_zome_call() {
membrane_proofs: HashMap::new(),
network_seed: None,
source: AppBundleSource::Path(PathBuf::from("./fixture/test.happ")),
ignore_genesis_failure: false,
})
.await
.unwrap();
Expand Down Expand Up @@ -89,7 +88,6 @@ async fn storage_info() {
membrane_proofs: HashMap::new(),
network_seed: None,
source: AppBundleSource::Path(PathBuf::from("./fixture/test.happ")),
ignore_genesis_failure: false,
})
.await
.unwrap();
Expand Down Expand Up @@ -123,7 +121,6 @@ async fn dump_network_stats() {
membrane_proofs: HashMap::new(),
network_seed: None,
source: AppBundleSource::Path(PathBuf::from("./fixture/test.happ")),
ignore_genesis_failure: false,
})
.await
.unwrap();
Expand Down
1 change: 0 additions & 1 deletion tests/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async fn network_info() {
membrane_proofs: HashMap::new(),
network_seed: None,
source: AppBundleSource::Path(PathBuf::from("./fixture/test.happ")),
ignore_genesis_failure: false,
})
.await
.unwrap();
Expand Down
1 change: 0 additions & 1 deletion tests/clone_cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async fn clone_cell_management() {
membrane_proofs: HashMap::new(),
network_seed: None,
source: AppBundleSource::Path(PathBuf::from("./fixture/test.happ")),
ignore_genesis_failure: false,
})
.await
.unwrap();
Expand Down

0 comments on commit 0c61b19

Please sign in to comment.