Skip to content

Commit

Permalink
Bump server version
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalBoy committed Oct 23, 2021
1 parent 0ffa43e commit ea63da2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions server/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,8 @@ Revision history for perl module PLS
use of the temporary file now.
- Temporary directories are no longer created, only temporary files.
- Temporary files now have a predictable prefix: .pls-tmp-

0.897 2021-10-23

- Fixed an issue causing diagnostics to be displayed for closed files
- Added workspace symbol support
2 changes: 1 addition & 1 deletion server/lib/PLS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package PLS;
use strict;
use warnings;

our $VERSION = '0.896';
our $VERSION = '0.897';

=head1 NAME
Expand Down

0 comments on commit ea63da2

Please sign in to comment.