Skip to content

Commit

Permalink
bump version to 0.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsemakula committed May 3, 2024
1 parent a0d9ab9 commit b7f5a12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.31] - 2024-05-03

- Code action for [migrating ink! 4.x projects to ink! 5.0](https://use.ink/faq/migrating-from-ink-4-to-5/).
- Completions for full ink! entities (i.e. inserting full Rust items not just ink! attribute macros and arguments e.g. ink! constructor and message `fn` items as completions when typing `fn` inside `impl` blocks e.t.c)
- Code action for extracting ink! events into standalone packages (only for [ink! v5](https://github.com/paritytech/ink/releases/tag/v5.0.0) projects).
- Completions and code actions for `ink::combine_extensions!` declarative macro.
- General performance and robustness improvements for semantic analyzer and language server.

## [0.1.30] - 2024-04-02

- Improve support for ink! workspace dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ink-analyzer",
"displayName": "ink! Analyzer",
"description": "ink! language support for Visual Studio Code",
"version": "0.1.30",
"version": "0.1.31",
"lspServerVersion": "0.3.0",
"private": true,
"publisher": "ink-analyzer",
Expand Down

0 comments on commit b7f5a12

Please sign in to comment.