diff --git a/server/Changes b/server/Changes index a7669cf..e8d6f56 100644 --- a/server/Changes +++ b/server/Changes @@ -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 diff --git a/server/lib/PLS.pm b/server/lib/PLS.pm index a85c988..f433a35 100644 --- a/server/lib/PLS.pm +++ b/server/lib/PLS.pm @@ -3,7 +3,7 @@ package PLS; use strict; use warnings; -our $VERSION = '0.896'; +our $VERSION = '0.897'; =head1 NAME