Skip to content

Commit b7f5a12

Browse files
committed
bump version to 0.1.31
1 parent a0d9ab9 commit b7f5a12

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.31] - 2024-05-03
11+
12+
- Code action for [migrating ink! 4.x projects to ink! 5.0](https://use.ink/faq/migrating-from-ink-4-to-5/).
13+
- 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)
14+
- Code action for extracting ink! events into standalone packages (only for [ink! v5](https://github.com/paritytech/ink/releases/tag/v5.0.0) projects).
15+
- Completions and code actions for `ink::combine_extensions!` declarative macro.
16+
- General performance and robustness improvements for semantic analyzer and language server.
17+
1018
## [0.1.30] - 2024-04-02
1119

1220
- Improve support for ink! workspace dependencies.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ink-analyzer",
33
"displayName": "ink! Analyzer",
44
"description": "ink! language support for Visual Studio Code",
5-
"version": "0.1.30",
5+
"version": "0.1.31",
66
"lspServerVersion": "0.3.0",
77
"private": true,
88
"publisher": "ink-analyzer",

0 commit comments

Comments
 (0)