From f01a375166806d3702090b90a2aeb4ec110dc867 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Fri, 6 Jan 2023 19:21:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=89=20Update=20changelog=20with=20v1.1?= =?UTF-8?q?.1-beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/changelog.md b/changelog.md index a8d4651a..8aab17f5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,20 @@ # Changelog +## [v1.1.1-beta](https://github.com/devlooped/ThisAssembly/tree/v1.1.1-beta) (2023-01-06) + +[Full Changelog](https://github.com/devlooped/ThisAssembly/compare/v1.1.0...v1.1.1-beta) + +:sparkles: Implemented enhancements: + +- Include readme in each package, aggregate on project [\#153](https://github.com/devlooped/ThisAssembly/pull/153) (@kzu) +- Ensure incremental source generators are supported [\#152](https://github.com/devlooped/ThisAssembly/pull/152) (@kzu) + +:bug: Fixed bugs: + +- Do not test LangVersion [\#101](https://github.com/devlooped/ThisAssembly/issues/101) +- Fix ThisAssembly.Resources assembly name for analyzer [\#149](https://github.com/devlooped/ThisAssembly/pull/149) (@kzu) +- Fix logic for determining default text resources [\#148](https://github.com/devlooped/ThisAssembly/pull/148) (@kzu) + ## [v1.1.0](https://github.com/devlooped/ThisAssembly/tree/v1.1.0) (2022-12-31) [Full Changelog](https://github.com/devlooped/ThisAssembly/compare/v1.0.10...v1.1.0)