From 3aad9186b47fd5661e3e527ed345751bd73e629b Mon Sep 17 00:00:00 2001 From: Johannes Thorn <2544827+johthor@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:04:42 +0100 Subject: [PATCH] Bake release "Charlie's Quality" v0.3.1 This release contains some quality of life improvements. See CHANGELOG.md for details. --- CHANGELOG.md | 9 +++++++-- domainStory.puml | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a24c3e..0e1f7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] - t.b.d. + +## Charlie's Quality [0.3.1] - 2024-10-29 + +Some quality of life improvements. + ### Added - Create this changelog ([@johthor][gh-johthor]) @@ -63,7 +67,8 @@ Complete rework of all macros inspired by the work of ([@dirx](https://github.co - Add initial macro definitions ([@johthor][gh-johthor]) - Add initial README including multiple samples ([@johthor][gh-johthor]) -[Unreleased]: https://github.com/johthor/DomainStory-PlantUML/compare/v0.3...HEAD +[Unreleased]: https://github.com/johthor/DomainStory-PlantUML/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/johthor/DomainStory-PlantUML/releases/tag/v0.3.1 [0.3]: https://github.com/johthor/DomainStory-PlantUML/releases/tag/v0.3 [0.2]: https://github.com/johthor/DomainStory-PlantUML/releases/tag/v0.2 [0.1]: https://github.com/johthor/DomainStory-PlantUML/releases/tag/v0.1 diff --git a/domainStory.puml b/domainStory.puml index 2e3d4d1..dcb39d1 100644 --- a/domainStory.puml +++ b/domainStory.puml @@ -1,4 +1,4 @@ -' DomainStory-PlantUML, version 0.3 +' DomainStory-PlantUML, version 0.3.1 ' https://github.com/johthor/DomainStory-PlantUML ' Version @@ -6,7 +6,7 @@ !function DomainStoryVersion() ' This is method is directly copied from C4-PlantUML and only slightly adjusted ' 2 spaces are used as a unique marker, that the release script makes the correct version update - !global $DomainStoryVersion = "0.3" + !global $DomainStoryVersion = "0.3.1" !return $DomainStoryVersion !end function