Skip to content

Commit

Permalink
fix: forgot to tag new version!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Mar 17, 2023
1 parent c2d4769 commit 63e0181
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

#TODO: Publish to crates.io

- name: Get Changelog
id: get_changelog
run: echo "COMMITS=$(awk -v latest="$(grep -Eo '^## v[0-9]+\.[0-9]+\.[0-9]+$' CHANGELOG.md | head -n1)" '/^## v/ {if (header) exit; header=1} /^## v'${latest}'/{print; next} header && !/^## v/{print}' CHANGELOG.md)" >> $GITHUB_OUTPUT
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
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "pest-language-server"
readme = "../README.md"
repository = "https://github.com/pest-parser/pest-ide-tools"
version = "0.1.1"
version = "0.2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

0 comments on commit 63e0181

Please sign in to comment.