Skip to content

Commit

Permalink
Bake release "Charlie's Quality" v0.3.1
Browse files Browse the repository at this point in the history
This release contains some quality of life improvements.
See CHANGELOG.md for details.
  • Loading branch information
johthor committed Oct 29, 2024
1 parent f55dcab commit 3aad918
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions domainStory.puml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
' DomainStory-PlantUML, version 0.3
' DomainStory-PlantUML, version 0.3.1
' https://github.com/johthor/DomainStory-PlantUML

' Version
' ##################################
!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

Expand Down

0 comments on commit 3aad918

Please sign in to comment.