Skip to content

Commit

Permalink
chore: 0.3.10 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Jun 7, 2024
1 parent 1ecd0c7 commit f741539
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
body: |
# Checklist Before Publishing
- [ ] Check VSCode extension was published correctly.
- [ ] Check crates.io release was published correctly.
- [ ] Check [VSCode extension](https://marketplace.visualstudio.com/items?itemName=pest.pest-ide-tools) was published correctly.
- [ ] Check [OpenVSX extension](https://open-vsx.org/extension/pest/pest-ide-tools) was published correctly.
- [ ] Check [crates.io release](https://crates.io/crates/pest-language-server/versions) was published correctly.
- [ ] Check artifacts were uploaded to this release.
- [ ] Update release body.
Expand Down
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.10

- [[sbillig](https://github.com/sbillig)] feat(analysis): don't emit unused rule warning if the rule name begins with an underscore (#88)

## v0.3.9

- fix(lsp): use rustls rather than native-tls for reqwest
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.9"
version = "0.3.10"
authors = ["Jamalam <[email protected]>"]
description = "A language server for Pest."
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions vscode/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.10

- [[sbillig](https://github.com/sbillig)] feat(analysis): don't emit unused rule warning if the rule name begins with an underscore (#88)

## v0.3.9

- fix(lsp): use rustls rather than native-tls for reqwest
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.9",
"version": "0.3.10",
"repository": {
"type": "git",
"url": "https://github.com/pest-parser/pest-ide-tools"
Expand Down

0 comments on commit f741539

Please sign in to comment.