Skip to content

Commit

Permalink
chore(release): bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Aug 18, 2022
1 parent 189cd63 commit 431757b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "holochain_client"
version = "0.1.0"
description = "A Rust client for the Holochain Conductor API"
authors = ["Guillem Cordoba <[email protected]>"]
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

Expand Down

0 comments on commit 431757b

Please sign in to comment.