From e5bde836409dc51b2532da068d4643c937b3ea02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20Menkevi=C4=8Dius?= Date: Sat, 4 Nov 2023 12:22:24 +0200 Subject: [PATCH] csharp-ls: 0.10.0 / Seirijai --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c52b99..dddd4eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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/). -## [Unreleased] +## [0.10.0] - 2023-11-04 / Seirijai * Upgrade dependencies: Roslyn, ICSharpCode.Decompiler, Microsoft.Build; * Fix for a crash in serverEventLoop - By @kstatz12 in https://github.com/razzmatazz/csharp-language-server/issues/113