Skip to content

Commit

Permalink
Merge pull request #254 from holochain/prepare-0.17.0-release
Browse files Browse the repository at this point in the history
Prepare 0.17.0 release
  • Loading branch information
ThetaSinner committed Jun 17, 2024
2 parents 7382a9f + e63b70d commit dbde395
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 59 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-06-17: v0.17.0
Release for use with the `0.3.1` version of Holochain

## 2024-05-21: v0.17.0-rc.0
### Added
- Test for Rust enum serialization.
Expand Down
60 changes: 30 additions & 30 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resolver = "2"
opt-level = "z"

[workspace.dependencies]
hdk = "0.3.1-rc.0"
hdk = "0.3.1"
48 changes: 24 additions & 24 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 @@ -3,7 +3,7 @@

inputs = {
nixpkgs.follows = "holonix/nixpkgs";
versions.url = "github:holochain/holochain?dir=versions/0_3_rc";
versions.url = "github:holochain/holochain?dir=versions/0_3";
holonix.url = "github:holochain/holochain";
holonix.inputs.versions.follows = "versions";
};
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holochain/client",
"version": "0.17.0-rc.0",
"version": "0.17.0",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <[email protected]> (https://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit dbde395

Please sign in to comment.