Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jun 24, 2024
1 parent 3cc2239 commit ac79309
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/vyper-plugin.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/vyper-plugin.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/vyper-plugin.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]
### Added
- Created a new plugin based on `com.vyperplugin`.
- Updated dependencies.
- Added support for Vyper 0.3.0.

- Created plugin based on [`com.vyperplugin`](https://plugins.jetbrains.com/plugin/19039-vyper)
- Updated dependencies ([#13](https://github.com/NikitaMishin/vyper-plugin/pull/13))
- Add support for Vyper 0.3.0 ([#19](https://github.com/NikitaMishin/vyper-plugin/pull/19))
- Renamed the plugin to `org.vyperlang.plugin` ([#21](https://github.com/NikitaMishin/vyper-plugin/pull/21))
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tasks {
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
channels = property("pluginVersion").map {
it ==~ versionRegex ? (it =~ versionRegex)[0][1] : "default"
[it ==~ versionRegex ? (it =~ versionRegex)[0][1] : "default"]
}
}
}

0 comments on commit ac79309

Please sign in to comment.