Skip to content

Commit

Permalink
2.0.3 release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiallam authored Dec 1, 2020
1 parent 444f395 commit 9834449
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.3
### Added
- support for solidity 0.6.x

## 2.0.2
### Changed
- `toBoolean(RLPItem)` will return false for the rlp encoded string, "0x80". This is because common
Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "solidity-rlp",
"author": "Hamdi Allam",
"version": "2.0.2",
"version": "2.0.3",
"description": "solidity rlp encoder/decoder",
"keywords": [
"solidity",
Expand Down

0 comments on commit 9834449

Please sign in to comment.