Skip to content

Commit

Permalink
chore: versions, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Apr 29, 2023
1 parent 6b9b88a commit 0bebd70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes will be documented in this file.

<!-- Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. -->

## v0.3.1

- revert(server): revert performance marks temporarily, while they are refactored into a more generic crate

## v0.3.0

- feat(server): add performance marks for debugging
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 language-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pest-language-server"
version = "0.3.0"
version = "0.3.1"
authors = ["Jamalam <[email protected]>"]
description = "A language server for Pest."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Formatters",
"Programming Languages"
],
"version": "0.3.0",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "https://github.com/pest-parser/pest-ide-tools"
Expand Down

0 comments on commit 0bebd70

Please sign in to comment.