From 202df751be9d8cddbab965e3893f73fecf8e5c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Luthi?= Date: Fri, 12 Apr 2024 11:57:22 +0200 Subject: [PATCH] Add CHANGELOG for version 1.0.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9033f63..e75476a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.0.0][1.0.0] - 2024-04-12 + +* Fix a crash when MSBuild is running on the desktop .NET Framework + ## [1.0.0-rc.2][1.0.0-rc.2] - 2024-03-16 * The wording of some warnings has been improved @@ -14,5 +18,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Initial release on NuGet +[1.0.0]: https://github.com/0xced/Chisel/compare/1.0.0-rc.2...1.0.0 [1.0.0-rc.2]: https://github.com/0xced/Chisel/compare/1.0.0-rc.1...1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/0xced/Chisel/releases/tag/1.0.0-rc.1