Skip to content

Commit

Permalink
Update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-lg committed Feb 5, 2021
1 parent 3105229 commit 3e2107b
Show file tree
Hide file tree
Showing 7 changed files with 3,545 additions and 3,117 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
condition: << parameters.with-cache >>
steps:
- save_cache:
key: gen-grpc-deps-{{checksum "gen-grpc/package-lock.json"}}-{{checksum "p2pd-proto-hash.txt"}}-v7
key: gen-grpc-deps-{{checksum "gen-grpc/package-lock.json"}}-{{checksum "p2pd-proto-hash.txt"}}-v8
paths:
- gen-grpc
- gen-grpc/node_modules
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.0] - 2020-04-02

## Changed
- use numeric decomposition of outcome value to enable covering large range of outcome with minimal number of CETs

## Fixed
- validate for empty passphrase when changing it through the configuration menu


## [0.2.0] - 2020-26-10

Expand Down
Loading

0 comments on commit 3e2107b

Please sign in to comment.