Skip to content

Commit 17c81db

Browse files
committed
version bump
1 parent e6210d0 commit 17c81db

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Release Notes
22

3+
## [0.13.14]
4+
5+
### Fixed
6+
7+
- Fixed some panics due to incorrect `unreachable`.
8+
- Fixed a panic in doc completions due to non ASCII characters.
9+
310
## [0.13.13]
411

512
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sourcepawn-studio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sourcepawn-studio"
3-
version = "0.13.13"
3+
version = "0.13.14"
44
description = "Language Server implemention for the SourcePawn programming language."
55
include = ["Cargo.toml", "src/"]
66
edition.workspace = true

editors/code/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Release Notes
22

3+
## [8.1.7]
4+
5+
### Fixed
6+
7+
- LSP version bump
8+
39
## [8.1.6]
410

511
### Fixed

editors/code/package-lock.json

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

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sourcepawn-vscode",
33
"displayName": "SourcePawn Studio",
44
"description": "SourcePawn highlighting, autocompletion and much more",
5-
"version": "8.1.6",
5+
"version": "8.1.7",
66
"publisher": "Sarrus",
77
"main": "./dist/spIndex.js",
88
"icon": "sp-studio_square_256x256.png",

editors/code/package_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sourcepawn-vscode",
33
"displayName": "SourcePawn Studio",
44
"description": "SourcePawn highlighting, autocompletion and much more",
5-
"version": "8.1.6",
5+
"version": "8.1.7",
66
"publisher": "Sarrus",
77
"main": "./dist/spIndex.js",
88
"icon": "sp-studio_square_256x256.png",

0 commit comments

Comments
 (0)