From 431757bf423f7d6e27acc21cbe31f26029c02dfd Mon Sep 17 00:00:00 2001 From: Jost Schulte Date: Thu, 18 Aug 2022 10:08:54 -0600 Subject: [PATCH] chore(release): bump version & update changelog --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 12 ++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73b3d3..f369641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed ### Fixed +## 2022-08-18: v0.1.1 + +### Changed +- Upgrade to Holochain v0.0.154 + ## 2022-01-20: v0.1.0 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 90cc7b1..27bb529 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "holochain_client" -version = "0.1.0" +version = "0.1.1" dependencies = [ "again", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1416bd3..2b8e7dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] -name = "holochain_client" -version = "0.1.0" -description = "A Rust client for the Holochain Conductor API" authors = ["Guillem Cordoba "] +description = "A Rust client for the Holochain Conductor API" edition = "2021" -license = "CAL-1.0" homepage = "https://github.com/holochain/holochain-client-rust" -repository = "https://github.com/holochain/holochain-client-rust" +keywords = ["holochain", "client", "conductor-api"] +license = "CAL-1.0" +name = "holochain_client" readme = "README.md" -keywords = [ "holochain", "client", "conductor-api" ] +repository = "https://github.com/holochain/holochain-client-rust" +version = "0.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html