Skip to content

Commit

Permalink
Bump to 0.2.15 (#159)
Browse files Browse the repository at this point in the history
* Bump to 0.2.15

* bullet points

* Revert "bullet points"

This reverts commit 3c6ed2e.

* bullet points again

* changelog
  • Loading branch information
sdankel authored Aug 1, 2023
1 parent 836a4b7 commit 836d443
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: Generate changelog and push
uses: BobAnkh/auto-generate-changelog@v1.2.4
uses: BobAnkh/auto-generate-changelog@v1.2.5
with:
ACCESS_TOKEN: ${{secrets.FUEL_BOT_PAT}}
COMMIT_MESSAGE: 'docs(CHANGELOG): Update release notes'
Expand Down
194 changes: 191 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,235 @@
## [0.2.14](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.14) - 2023-05-04 20:01:53

## What's Changed

* Support hover links by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/152
* chore: bump to v0.2.14 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/153


**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/0.2.13...0.2.14

### Chores

- general:
* general:
- bump to v0.2.14 (#153) ([1c9a317](https://github.com/FuelLabs/sway-vscode-plugin/commit/1c9a317d2b3b6602912a5b10e1ed42eec2a5c198)) ([#153](https://github.com/FuelLabs/sway-vscode-plugin/pull/153))

## [0.2.13](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.13) - 2023-03-22 04:17:52

## What's Changed

* Check for forc in FUELUP_HOME by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/149
* Trim newline from version output by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/150
* Bump version to 0.2.13 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/151

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/0.2.12...0.2.13

## [0.2.12](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.12) - 2023-03-21 00:02:00

## What's Changed

* Upgrade changelog workflow action by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/146
* Print the user's home in error message by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/147
* Bump version to 0.2.12 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/148

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/0.2.11...0.2.12

## [0.2.11](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.11) - 2023-03-20 23:15:58

## What's Changed

* Trigger publish only after generating changelog by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/127
* Switch to bump-everywhere action by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/128
* Revert "⬆️ bump everywhere to 0.2.10" by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/130
* Revert "⬆️ bump everywhere to 0.2.10" by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/131
* Github actions with new token by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/132
* Try bump v1 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/133
* Bump to 0.2.10 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/134
* Remove bad gh action by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/135
* Set savePath for show AST commands to tmp dir by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/137
* Add onEnter config options by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/138
* make save path const by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/139
* Check and install server executable by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/143
* Fix dependency vulnerabilities by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/144
* Bump to 0.2.11 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/145

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/0.2.9...0.2.11

## [0.2.9](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.9) - 2023-01-25 02:19:45

## What's Changed

* Remove client-side codeLens provider by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/118
* Add command for running tests by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/119
* Run fuel-core in the VSCode terminal by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/121
* Add github action to generate changelog by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/123
* Change action trigger by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/124
* Try newer version of changelog action by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/125
* Bump version to v0.2.9 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/126

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.8...v0.2.9

## [0.2.8](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.8) - 2023-01-11 22:57:29

## What's Changed

* Add a show lexed AST command by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/114
* Add config option to hide warnings and errors by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/115
* Bump version to 0.2.8 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/116
* Update package-lock.json for v0.2.8 by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/117

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.7...v0.2.8

## [0.2.7](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.7) - 2022-12-06 07:11:44

## What's Changed

* Bump to 0.2.7 and add missing goto feature in readme by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/111

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.6...v0.2.7

## [0.2.6](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.6) - 2022-12-06 06:14:38

## What's Changed

* Remove sway sidebar views temporarily by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/102
* Update logo to be the sway palm tree by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/109
* Make readme more user friendly by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/107
* bump version to 0.2.6 by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/110

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.5...v0.2.6

## [0.2.5](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.5) - 2022-10-31 00:31:49

## What's Changed

* remove old formatting options by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/93
* Fix bug in build command by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/96
* Remove fuel sidebar temporarily by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/95
* Add options for configuring inlay hints by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/98
* Add `TextDocumentIdentifier` to `GetRunnablesParams` by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/99
* Add log level config option by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/100

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.4...v0.2.5

## [0.2.4](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.4) - 2022-08-25 23:36:41

## What's Changed

* Add sidebar with contracts panel by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/69
* add break, continue, enum, and struct to keywords by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/73
* Separate format CI job by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/81
* Add codelens for in-editor run button by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/77
* Add snapshot tests for tmLanguage.json by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/82
* Start fuel-core with in-memory db by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/87
* Make syntax highlighting more similar to Rust by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/80
* Change show collected tokens as warnings into a drop down menu by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/83
* Update Run button code lens base on new response by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/85
* Add command palettes to show AST files by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/88
* Add fuel-core status to bottom status bar by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/89
* Bump version to 0.2.4 by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/76

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.3...v0.2.4

## [0.2.3](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.3) - 2022-06-16 20:57:27

## What's Changed

* Update README.md by @gr00vytvniks in https://github.com/FuelLabs/sway-vscode-plugin/pull/44
* Update README.md by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/48
* Update README.md by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/49
* Add storage to highlighted words by @nfurfaro in https://github.com/FuelLabs/sway-vscode-plugin/pull/50
* Command palette for forc run script by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/52
* Add basic prettier rules by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/56
* Add icon and update description by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/61
* Add command palette to start fuel core and logfile setting by @sdankel in https://github.com/FuelLabs/sway-vscode-plugin/pull/55
* Add `vsix` testing section to `readme` by @eureka-cpu in https://github.com/FuelLabs/sway-vscode-plugin/pull/51
* Bump version to `0.2.3` by @eureka-cpu in https://github.com/FuelLabs/sway-vscode-plugin/pull/62

## New Contributors

* @gr00vytvniks made their first contribution in https://github.com/FuelLabs/sway-vscode-plugin/pull/44
* @sdankel made their first contribution in https://github.com/FuelLabs/sway-vscode-plugin/pull/48
* @nfurfaro made their first contribution in https://github.com/FuelLabs/sway-vscode-plugin/pull/50
* @eureka-cpu made their first contribution in https://github.com/FuelLabs/sway-vscode-plugin/pull/51

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.2...v0.2.3

## [0.2.2](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.2) - 2022-04-10 11:26:49

## What's Changed

* Add badges by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/34
* Enable trace server options for Sway by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/36
* added dep keyword highlighting by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/37
* Add Show Parsed Tokens as Warnings toggle and enable client logging by @JoshuaBatty in https://github.com/FuelLabs/sway-vscode-plugin/pull/40
* Bump to v0.2.2. by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/41

## New Contributors

* @JoshuaBatty made their first contribution in https://github.com/FuelLabs/sway-vscode-plugin/pull/36

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.1...v0.2.2

## [0.2.1](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.1) - 2022-03-04 02:02:54

## What's Changed

* Add dry run publish to CI by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/29
* Bump to v0.2.1 by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/33

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.2.0...v0.2.1

## [0.2.0](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.2.0) - 2022-02-27 22:46:34

## What's Changed

* fix: prevent highlighting contract keyword as part of string by @alex-matthe in https://github.com/FuelLabs/sway-vscode-plugin/pull/19
* return sway config options by @leviathanbeak in https://github.com/FuelLabs/sway-vscode-plugin/pull/20
* feat: add code formatter by @alex-matthe in https://github.com/FuelLabs/sway-vscode-plugin/pull/24
* Update dependencies. by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/25
* Fix crash when there's no config. by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/26
* Add license. by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/27
* Bump to v0.2.0. by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/28

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.1.0...v0.2.0

### Feature

* general:
- add code formatter (#24) ([d1d055c](https://github.com/FuelLabs/sway-vscode-plugin/commit/d1d055c1d887ffe0de642225a7897ce03f4ab705)) ([#24](https://github.com/FuelLabs/sway-vscode-plugin/pull/24))

### Bug Fixes

* general:
- prevent highlighting contract keyword as part of string (#19) ([8360883](https://github.com/FuelLabs/sway-vscode-plugin/commit/8360883f2ee9e07c57c7e682d3eed636bd94f7a4)) ([#19](https://github.com/FuelLabs/sway-vscode-plugin/pull/19))

## [0.1.0](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.1.0) - 2021-12-25 14:17:08

## What's Changed

* Use `forc lsp` instead of `sway-server` by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/15

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/compare/v0.0.1...v0.1.0

## [0.0.1](https://github.com/FuelLabs/sway-vscode-plugin/releases/tag/0.0.1) - 2021-12-22 13:51:35

Initial release.

\* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)*
## What's Changed

* Move to separate repo by @leviathanbeak in https://github.com/FuelLabs/sway-vscode-plugin/pull/3
* Rename to `sway` by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/5
* separate library from other top level declarations by @leviathanbeak in https://github.com/FuelLabs/sway-vscode-plugin/pull/7
* Remove license by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/8
* Add `install-extension` script by @AlicanC in https://github.com/FuelLabs/sway-vscode-plugin/pull/9
* Update README.md by @AlicanC in https://github.com/FuelLabs/sway-vscode-plugin/pull/10
* Improve syntax highlight by @alex-matthe in https://github.com/FuelLabs/sway-vscode-plugin/pull/12
* Create LICENSE by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/13
* Add CI action to publish to vscode marketplace by @adlerjohn in https://github.com/FuelLabs/sway-vscode-plugin/pull/14

## New Contributors

* @AlicanC made their first contribution in https://github.com/FuelLabs/sway-vscode-plugin/pull/9

**Full Changelog**: https://github.com/FuelLabs/sway-vscode-plugin/commits/v0.0.1

\* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)*
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@
"displayName": "Sway",
"description": "Sway language extension for Visual Studio Code",
"icon": "images/logo.png",
"version": "0.2.14",
"version": "0.2.15",
"publisher": "FuelLabs",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 836d443

Please sign in to comment.