Skip to content

Commit 40b7c89

Browse files
committed
prepare v0.1.1
1 parent 89b0529 commit 40b7c89

File tree

5 files changed

+762
-835
lines changed

5 files changed

+762
-835
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22
All notable changes will be documented in this file.
33

4+
## v0.1.1
5+
6+
- fix: return appropriate error message when trying to return an uninit storage pointer - #17
7+
- fix: support enums
8+
```
9+
🚀 Entering interactive Solidity ^0.8.13 shell (🧁:Ganache built-in). '.help' and '.exit' are your friends.
10+
» enum FreshJuiceSize{ SMALL, MEDIUM, LARGE }
11+
» uint8(FreshJuiceSize.LARGE)
12+
2
13+
```
14+
- update: dependencies
15+
416
## v0.1.0
517

618
⚠️ pot. breaking changes: `solidity-shell` now ships with ganache. use `.chain set-provider` to switch chain providers. the `built-in` ganache provider is used by default.

0 commit comments

Comments
 (0)