Skip to content

Commit

Permalink
Merge pull request #3 from holochain-open-dev/build/upgrade-hdk-0.2.2
Browse files Browse the repository at this point in the history
Build/upgrade hdk 0.2.2
  • Loading branch information
mattyg authored Sep 27, 2023
2 parents 1659caa + 7bba65c commit df8257f
Show file tree
Hide file tree
Showing 9 changed files with 305 additions and 522 deletions.
107 changes: 107 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.7.0] - 2023-09-27

### Build

- Bump deps to hdk 0.2.2 + hdi 0.3.2
- Bump version to 0.6.0
- Actually it should be 0.7.0

## [0.6.0] - 2023-07-26

### Miscellaneous Tasks

- Bump flake lock
- Better caching in github action
- Clippy + fmt

### Refactor

- [**breaking**] Entry hashes from linkable
- Unstable is_ok_and

### Build

- [**breaking**] Upgrade to holochain v0.3.0-beta-dev.8
- Upgrade to holochain 0.3.0-beta-dev.9
- Upgrade client & tryorama
- Bump holochain deps to 0.2.1
- Update nix flake for 0.2.1, fix github action commands

## [0.5.0] - 2023-05-16

### Documentation

- Note letter casing in README
- Title gotchas

### Features

- Add function to get random results from index

### Build

- Bump version to 0.5.0

## [0.4.0] - 2023-05-11

### Features

- Ignore letter case in index, preserve letter case in result

### Build

- Bump version to 0.4.0

## [0.3.0] - 2023-05-04

### Features

- Support for indexing text with a distinct leaf text

### Miscellaneous Tasks

- File rename for clarity

## [0.2.0] - 2023-05-03

### Features

- Return TypedPath to result in add_result()

### Miscellaneous Tasks

- Remove vitest results file from git repo
- Remove warn logs

### Refactor

- Make validation functions callable via PrefixIndex trait

## [0.1.0] - 2023-05-02

### Documentation

- Basic explanation
- Readme code fix
- Add future desired features to README

### Features

- Search prefix index working w/ tests

### Miscellaneous Tasks

- Rename PrefixSearchIndex to PrefixIndex
- Readme markdown
- License under CAL
- Split out utils into their own file

### Testing

- Tests for prefixes width different width + depths

<!-- generated by git-cliff -->
Loading

0 comments on commit df8257f

Please sign in to comment.