Skip to content

Commit 700e7eb

Browse files
committed
bump crate versions:
- analyzer -> 0.8.11 - lsp-server -> 0.2.12 - ir -> 0.10.4
1 parent f1d22da commit 700e7eb

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ink-analyzer"
3-
version = "0.8.10"
3+
version = "0.8.11"
44
edition = "2021"
55
description = "A library for semantic analysis of ink! smart contract code."
66
license = "MIT OR Apache-2.0"

crates/ir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ink-analyzer-ir"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
edition = "2021"
55
description = "Intermediate representations (IRs) and abstractions of ink! smart contract code for ink! analyzer."
66
license = "MIT OR Apache-2.0"

crates/lsp-server/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.12] - 2023-11-02
11+
12+
- Signature help improvements.
13+
- Advertise server command capabilities and account for workspace edit client capabilities.
14+
- General robustness improvements for semantic analyzer.
15+
1016
## [0.2.11] - 2023-10-28
1117

1218
- Add create project command.

crates/lsp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ink-lsp-server"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
edition = "2021"
55
description = "A Language Server Protocol (LSP) implementation for the ink! smart contract programming language."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)