Skip to content

Commit

Permalink
chore(release): v0.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Nov 29, 2023
1 parent 459df87 commit 70a1ad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## \[Unreleased\]

### Added
### Changed
### Fixed
### Removed

## 2023-11-29: v0.16.7
### Added
- Utility functions for slicing hashes into their components: `sliceHashType`, `sliceCore32`, `sliceDhtLocation`
- Utility functions for generating hashes from components: `dhtLocationFrom32`, `hashFrom32AndType`:
### Changed
- Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now generate *valid* hashes with a valid final 4 bytes
- Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now optionally take a single parameter `coreByte` which if defined will be repeated for all core 32 bytes of the hash
### Fixed
### Removed

## 2023-11-22: v0.16.6
### Fixed
Expand Down
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.16.6",
"version": "0.16.7",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <[email protected]> (http://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit 70a1ad8

Please sign in to comment.