Skip to content

Commit a627ab5

Browse files
committed
bump crate versions:
- analyzer -> 0.8.9 - lsp-server -> 0.2.10 - ir -> 0.10.2
1 parent 9c7366e commit a627ab5

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-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.8"
3+
version = "0.8.9"
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.1"
3+
version = "0.10.2"
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.10] - 2023-10-09
11+
12+
- General robustness improvements for semantic analyzer.
13+
1014
## [0.2.9] - 2023-09-29
1115

1216
- Signature help improvements.

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.9"
3+
version = "0.2.10"
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)