Skip to content

Commit

Permalink
chore: bump version to v0.7.0
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.7.0 - 2023-04-26`
release.
  • Loading branch information
kanej committed Apr 26, 2023
1 parent 8bf6b48 commit ada125e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## 0.7.0 - 2023-04-26

### Added

- Experimental support for Truffle projects ([#45](https://github.com/NomicFoundation/hardhat-vscode/issues/45))
- Experimental support for Ape projects ([#391](https://github.com/NomicFoundation/hardhat-vscode/issues/391))

## 0.6.16 - 2023-04-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Solidity",
"description": "Solidity and Hardhat support by the Hardhat team",
"license": "MIT",
"version": "0.6.16",
"version": "0.7.0",
"private": true,
"main": "./out/extension.js",
"module": "./out/extension.js",
Expand Down
1 change: 1 addition & 0 deletions coc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ The _project type_ and _project config file_ that are being used when validating

![Open Config](https://raw.githubusercontent.com/NomicFoundation/hardhat-vscode/main/docs/gifs/open-config.gif "Open Config")


## Format document

Running `:call CocActionAsync('format')` will trigger document formatting.
Expand Down
4 changes: 2 additions & 2 deletions coc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nomicfoundation/coc-solidity",
"description": "Solidity and Hardhat support for coc.nvim",
"license": "MIT",
"version": "0.6.16",
"version": "0.7.0",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand All @@ -29,7 +29,7 @@
"clean": "rimraf out .nyc_output coverage *.tsbuildinfo *.log"
},
"dependencies": {
"@nomicfoundation/solidity-language-server": "0.6.16"
"@nomicfoundation/solidity-language-server": "0.7.0"
},
"devDependencies": {
"coc.nvim": "^0.0.80",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nomicfoundation/solidity-language-server",
"description": "Solidity language server by Nomic Foundation",
"license": "MIT",
"version": "0.6.16",
"version": "0.7.0",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand Down

0 comments on commit ada125e

Please sign in to comment.