Skip to content

Commit

Permalink
Bumping version and filling out changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bscan committed Oct 15, 2023
1 parent 8a1d867 commit 61f6eaf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.7.2 2023-10-15
- Leveraging the new parser for variety of features:
- Subroutine signatures visible while typing, and on hover (includes support for methods, corinna, etc)
- Navigation improved by just-in-time parsing. Fixes off-by-one line errors and Moo attributes.
- Foo::Bar->new(...)->func is now recognized as Foo::Bar->func()
- Thank you to IAKOBVS for code reviews and pull requests with speed improvements, readability improvement, and bug fixes

## 0.7.1 2023-10-09
- Migrating browser version to new parser. Still not unified, but much closer.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
"author": "bscan",
"license": "MIT",
"version": "0.7.1",
"version": "0.7.2",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perlnavigator-server",
"description": "Perl language server",
"version": "0.7.1",
"version": "0.7.2",
"author": "bscan",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 61f6eaf

Please sign in to comment.