Skip to content

Commit

Permalink
Merge pull request #44 from NikitaMishin/changelog-update-v0.2.0-alpha.4
Browse files Browse the repository at this point in the history
Changelog update - `v0.2.0-alpha.4`
  • Loading branch information
DanielSchiavini committed Jul 9, 2024
2 parents f22d3d2 + 172d255 commit f15bfe4
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,32 @@
# Vyper Plugin Changelog

## [Unreleased]

## [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

- 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))
Expand All @@ -15,18 +37,23 @@
- New file icons

## [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))
- Renamed the plugin to `org.vyperlang.plugin` ([#21](https://github.com/NikitaMishin/vyper-plugin/pull/21))

[Unreleased]: https://github.com/DanielSchiavini/vyper-plugin/compare/v0.2.0-alpha.2...HEAD
[Unreleased]: https://github.com/DanielSchiavini/vyper-plugin/compare/v0.2.0-alpha.4...HEAD
[0.2.0-alpha.4]: https://github.com/DanielSchiavini/vyper-plugin/compare/v0.2.0-alpha.3...v0.2.0-alpha.4
[0.2.0-alpha.3]: https://github.com/DanielSchiavini/vyper-plugin/compare/v0.2.0-alpha.2...v0.2.0-alpha.3
[0.2.0-alpha.2]: https://github.com/DanielSchiavini/vyper-plugin/compare/v0.2.0-alpha.1...v0.2.0-alpha.2
[0.2.0-alpha.1]: https://github.com/DanielSchiavini/vyper-plugin/commits/v0.2.0-alpha.1

0 comments on commit f15bfe4

Please sign in to comment.