Skip to content

Commit c32b46e

Browse files
committed
bump version to 0.1.33
1 parent 21e0205 commit c32b46e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.33] - 2025-10-30
11+
12+
- 🎉 Support for [ink! v6](https://use.ink/docs/v6/faq/migrating-from-ink-5-to-6)
13+
- Diagnostics, quickfixes, completions, inlay hints and signature help for the following v6 attribute macros and arguments
14+
- `#[ink::contract_ref]` attribute
15+
- `#[ink(name = "..")]` attribute argument
16+
- `#[ink::error]` attribute
17+
- New actions for inserting `#[ink::contract_ref]` and `#[ink::error]` snippets
18+
- Diagnostics and quickfixes for immutable payable messages
19+
- Deprecation warnings for chain extensions
20+
- Updated actions for inserting custom `Environment` snippets
21+
- Updated new contract template for v6
22+
1023
## [0.1.32] - 2025-02-05
1124

1225
- 🎉 Support for [ink! v5.1](https://github.com/paritytech/ink/releases/tag/v5.1.0).

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.32",
5+
"version": "0.1.33",
66
"lspServerVersion": "0.4.0",
77
"private": true,
88
"publisher": "ink-analyzer",

0 commit comments

Comments
 (0)