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

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Jul 19, 2023
1 parent 00ee7e6 commit c3699b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Release Notes

## [0.10.13]

### Added

- Added support for arguments overflow in preprocessor macros.
- Added #undef support in preprocessor.
- Added semantic resolution for macros.
- Added a debug request to get the preprocessed text for a document.

### Fixed

- Fixed disable syntax linter not being respected.

## [0.10.12]

### Added
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.12"
version = "0.10.13"
edition = "2021"
description = "Language Server implemention for the SourcePawn programming language."
license = "GPL-3.0"
Expand Down

0 comments on commit c3699b7

Please sign in to comment.