Skip to content

Commit

Permalink
Update changelog for 0.2.0 & update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfromXXII committed Aug 17, 2021
1 parent 1dc9c08 commit 3b0a0de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@

### Security

## [0.2.0]
### Added
- Partial support of TinyGo unit testing (tests that use `machine` package are yet not supported by TinyGo)
- "TinyGo Test ..." run configuration from test file/function context
- Inspection for usage of `machine` package in tests
- "TinyGo Emulate ..." run configuration (`tinygo run`) from `main` function context
### Changed
- Use cached GOROOT as TinyGo library instead of TinyGo sources

## [0.1.2]
### Fixed
- Fix NPE on applying recently downloaded TinyGo SDK to a project
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = org.jetbrains.tinygoplugin
pluginName_ = tinygo-plugin
pluginVersion = 0.1.2
pluginVersion = 0.2.0
pluginSinceBuild = 212.4746
pluginUntilBuild = 212.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down

0 comments on commit 3b0a0de

Please sign in to comment.