File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 11name : lsp 
22title : Pkl Language Server 
3- version : 0.3.2  
3+ version : 0.4.0  
44nav :
55  - nav.adoc 
Original file line number Diff line number Diff line change 11= Changelog  
22
3+ [[release-0.4.0]] 
4+ == 0.4.0 (2025-07-28)  
5+ 
6+ === Fixes
7+ 
8+ * Fixes a deadlock that arises when computing diagnostics (https://github.com/apple/pkl-lsp/pull/92[#92]).
9+ 
10+ === Changes
11+ 
12+ * Improves modifier analysis (https://github.com/apple/pkl-lsp/pull/90[#90]).
13+ ** Adds quickfix to add `local` modifier.
14+ ** Adds diagnostic for non-local object properties with type annotations.
15+ * Switches publishing to sonatype central (https://github.com/apple/pkl-lsp/pull/96[#96]).
16+ 
17+ === Additions
18+ 
19+ * Adds support for Pkl 0.29 (https://github.com/apple/pkl-lsp/pull/95[#95]).
20+ 
21+ === Contributors ❤️
22+ 
23+ Thank you to all of our contributors!
24+ 
25+ * https://github.com/bioball[@bioball]
26+ * https://github.com/stackoverflow[@stackoverflow]
27+ 
328[[release-0.3.2]]
429== 0.3.2 (2025-04-24)
530
Original file line number Diff line number Diff line change 11group =org.pkl-lang
2- version =0.3.2 
2+ version =0.4.0 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments