From cbbf58698a79201a32cfa5a591b7f5213eb1609c Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Wed, 9 Oct 2024 16:57:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=89=20Update=20changelog=20with=20v2.0?= =?UTF-8?q?.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.md b/changelog.md index a357efc8..3c5767ca 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ # Changelog +## [v2.0.5](https://github.com/devlooped/ThisAssembly/tree/v2.0.5) (2024-10-09) + +[Full Changelog](https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5) + +:sparkles: Implemented enhancements: + +- Make sure we escape constants XML comments [\#425](https://github.com/devlooped/ThisAssembly/pull/425) (@kzu) +- Since types can be public, ensure we always have XML comments [\#424](https://github.com/devlooped/ThisAssembly/pull/424) (@kzu) + +:bug: Fixed bugs: + +- Setting GenerateAssemblyInfo=false stops source generator from running [\#407](https://github.com/devlooped/ThisAssembly/issues/407) + ## [v2.0.4](https://github.com/devlooped/ThisAssembly/tree/v2.0.4) (2024-10-08) [Full Changelog](https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4)