Skip to content

Commit 4fc8273

Browse files
committed
🔖 Release version 1.16.1
1 parent 3c076ac commit 4fc8273

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [1.16.1]
4+
### Improvements
5+
- Added auto-importing of Foundry remappings
6+
- Added support for decoding structs in transaction output
7+
- Added option for upcoming Prague EVM version in settings
8+
- Improved error messaging when Wake installation via conda fails
9+
- Refined descriptions for various settings
10+
11+
### Fixes
12+
- Resolved anonymous authentication issues when downloading Wake (conda installation)
13+
314
## [1.16.0]
415
### Major changes
516
- The extension is being rebranded as Solidity for VS Code

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tools-for-solidity",
33
"displayName": "Solidity (Wake)",
4-
"version": "1.16.0",
4+
"version": "1.16.1",
55
"publisher": "ackeeblockchain",
66
"description": "Code fast and secure Solidity smart contracts on Ethereum with a Remix-like experience",
77
"keywords": [

0 commit comments

Comments
 (0)