From f2f8f5c63bbb71685a14a11cfbb8474cbca517d9 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Wed, 22 Feb 2023 01:18:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=89=20Update=20changelog=20with=20v3.0?= =?UTF-8?q?.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 5095840..76e7810 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [v3.0.3](https://github.com/devlooped/GitInfo/tree/v3.0.3) (2023-02-22) + +[Full Changelog](https://github.com/devlooped/GitInfo/compare/v3.0.2...v3.0.3) + +:bug: Fixed bugs: + +- Branch Names with '/' generate invalid versions [\#244](https://github.com/devlooped/GitInfo/issues/244) +- V3 IsDirty is a string [\#243](https://github.com/devlooped/GitInfo/issues/243) +- Migration from v2 -\> v3 [\#240](https://github.com/devlooped/GitInfo/issues/240) +- Reintroduce IsDirty boolean property from 2.3 [\#249](https://github.com/devlooped/GitInfo/pull/249) (@kzu) +- Replace / and \ in branches with dashes when setting default Version [\#248](https://github.com/devlooped/GitInfo/pull/248) (@kzu) + ## [v3.0.2](https://github.com/devlooped/GitInfo/tree/v3.0.2) (2023-02-18) [Full Changelog](https://github.com/devlooped/GitInfo/compare/v3.0.1...v3.0.2) @@ -16,10 +28,6 @@ - Make sure we don't surface SponsorLink as an API [\#241](https://github.com/devlooped/GitInfo/pull/241) (@kzu) -:bug: Fixed bugs: - -- Migration from v2 -\> v3 [\#240](https://github.com/devlooped/GitInfo/issues/240) - ## [v3.0.0](https://github.com/devlooped/GitInfo/tree/v3.0.0) (2023-02-16) [Full Changelog](https://github.com/devlooped/GitInfo/compare/v3.0.0-rc...v3.0.0)