From 36c5f7cfbc68535dbc48baf4cf3d84cd9e8e2ef2 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Wed, 12 Jun 2024 21:20:52 -0500 Subject: [PATCH] changelogs for v0.6.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a1bbf..ea80bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0] - 12.06.2024 + +### Changed + +* [Generate the LSP request and response types from the LSP spec.](https://github.com/ionide/LanguageServerProtocol/pull/49) (@TheAngryByrd is the GOAT for this). We now expose the full surface area of the 3.17 LSP spec. + ## [0.5.1] - 09.05.2024 ### Added