Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 1.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.5.0 - 10-22-2024

Added

  • Added formatting to the LSP (#247).

Fixed

  • Fixed an issue on Windows where request URIs were not being normalized (#231).

0.4.0 - 10-16-2024

Fixed

  • Added "fixes" to LSP diagnostics (#214).

0.3.0 - 09-16-2024

Changed

  • Use tracing events instead of the log crate (#172)

0.2.0 - 08-22-2024

  • bump wdl-* dependency versions

0.1.0 - 07-17-2024

Added

  • Added the wdl-lsp crate for implementing an LSP server (#143).

Changed

  • Removed Workspace caching layer (#146).