Skip to content

Commit

Permalink
v2.1.1 - quickfix for chel manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
taoeffect committed Feb 14, 2024
1 parent c6c8c05 commit d227365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

### v2.1.1

- Change the way signinig key files are read (from `import` to `readFile`) so
that the compiled `chel` command works.
- Change the way signing key files are read (from `import` to `readFile`) so that `chel manifest` works.

### v2.1.0

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ cp -r path/to/contracts/* test/assets/ && ls ./test/assets/*-slim.js | sed -En '
Current release hashes will always be listed here.

```
672301cc980c2bf98330934f9b6237bcea05768b90934f07aebeaabb8e405ba4 dist/chel-v2.1.0-aarch64-apple-darwin.tar.gz
705280200c6393815a8f2ed9b47cf9ea47b0c6fcd6f4dc829a562b0eb62545ac dist/chel-v2.1.0-x86_64-apple-darwin.tar.gz
5a80c87e14169d686fac7339bce1c45bbbfff0f2013dba3ad71cc559141b3b9a dist/chel-v2.1.0-x86_64-pc-windows-msvc.tar.gz
fd253ac8a4102abeee769adc77e39231ad68dad54047b40fe0f781435796df3f dist/chel-v2.1.0-x86_64-unknown-linux-gnu.tar.gz
7560ff9459761030fa57aab206c6730395ab0f32acffd94fc52858fb9df89d98 dist/chel-v2.1.1-aarch64-apple-darwin.tar.gz
fbd8a6d19a63e4506fa22c3c4a7eb66379a571bef06c47ed0ab99cf60b86a524 dist/chel-v2.1.1-x86_64-apple-darwin.tar.gz
0f0014508aa61b6593e1626d63adbe713e8d7a8be51bec798a7f515ed2fc2966 dist/chel-v2.1.1-x86_64-pc-windows-msvc.tar.gz
20324f5a2d3bac5680ede772a8332f1563e87cd93ba18f6cc07d773e7e51fa16 dist/chel-v2.1.1-x86_64-unknown-linux-gnu.tar.gz
```

## History
Expand Down

0 comments on commit d227365

Please sign in to comment.