Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
chore: bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed May 31, 2023
1 parent ebf9eb8 commit 8189d56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Release Notes

## [0.10.9]

### Fixed

- Fixed out of range error when doing semantic analysis.
- Removed dangerous unwraps.

## [0.10.8]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourcepawn_lsp"
version = "0.10.8"
version = "0.10.9"
edition = "2021"
description = "Language Server implemention for the SourcePawn programming language."
license = "GPL-3.0"
Expand Down

0 comments on commit 8189d56

Please sign in to comment.