Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jul 9, 2024
1 parent 56c8246 commit 94e0efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
24 changes: 2 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,12 @@

## [Unreleased]

- Support for Vyper 0.4.0 ([#15](https://github.com/NikitaMishin/vyper-plugin/issues/15))

## [0.2.0-alpha.4] - 2024-07-09

- Fix auto-complete issues and `immutable` support ([#31](https://github.com/NikitaMishin/vyper-plugin/issues/31))
- Fix find usages issues ([#28](https://github.com/NikitaMishin/vyper-plugin/issues/28)) for `immutable`, `interface` and `struct`
- Add automatic compilation errors ([#36](https://github.com/NikitaMishin/vyper-plugin/issues/36))
- Add support for `vyi` files ([#17](https://github.com/NikitaMishin/vyper-plugin/issues/17)), including specific errors to `vyi` files
- Remove MythX and SmartCheck as they are deprecated ([#26](https://github.com/NikitaMishin/vyper-plugin/issues/26))
- Remove run action and update compile action ([#27](https://github.com/NikitaMishin/vyper-plugin/issues/27))
- Remove deprecated decorators from syntax (i.e. `@public`, `@private`).
- New file icons

### Changed

- Add support for PyCharm ([#22](https://github.com/NikitaMishin/vyper-plugin/issues/22))
- Update platform to version [`2024.1.4`](https://blog.jetbrains.com/idea/2024/06/intellij-idea-2024-1-4/)

### Added

- 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))

## [0.2.0-alpha.3] - 2024-07-02

Expand All @@ -38,15 +22,11 @@

## [0.2.0-alpha.2] - 2024-06-26

### Changed

- Add support for PyCharm ([#22](https://github.com/NikitaMishin/vyper-plugin/issues/22))
- Update platform to version [`2024.1.4`](https://blog.jetbrains.com/idea/2024/06/intellij-idea-2024-1-4/)

## [0.2.0-alpha.1] - 2024-06-24

### Added

- 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))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin_version=2.0.0
kotlin.stdlib.default.dependency = false
pluginVersion=0.2.0-alpha.4
pluginVersion=0.2.0

0 comments on commit 94e0efb

Please sign in to comment.