Skip to content

Commit

Permalink
chore: version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Mar 27, 2024
1 parent 5c4b4bd commit f965cb2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.8

- feat(ci): publish binaries to releases, fixes #51
- chore(lsp): update dependencies

## v0.3.7

- feat(deps): update all deps, fixes #50
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.7"
version = "0.3.8"
authors = ["Jamalam <[email protected]>"]
description = "A language server for Pest."
edition = "2021"
Expand Down
5 changes: 5 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.8

- feat(ci): publish binaries to releases, fixes #51
- chore(lsp): update dependencies

## v0.3.7

- feat(deps): update all deps, fixes #50
Expand Down
4 changes: 2 additions & 2 deletions vscode/package-lock.json

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

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.7",
"version": "0.3.8",
"repository": {
"type": "git",
"url": "https://github.com/pest-parser/pest-ide-tools"
Expand Down

0 comments on commit f965cb2

Please sign in to comment.