From e90e2b53c3c01ba7bebd3a4ebac90d4866d1f22c Mon Sep 17 00:00:00 2001 From: hanjoosten Date: Mon, 9 Sep 2024 09:53:26 +0200 Subject: [PATCH] Bump to version 5.2.3 --- ReleaseNotes.md | 4 ++++ ampersand.cabal | 2 +- package.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index eca5f98a9..baedf40bc 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release notes of Ampersand +## v5.2.2 (9 september 2024) + +-- fixed an issue with the release: Executables are added to the artefacts again. + ## v5.2.1 (6 september 2024) - [Security fix](https://github.com/AmpersandTarski/Ampersand/security/dependabot/1) Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows diff --git a/ampersand.cabal b/ampersand.cabal index adf056a4e..83bd6fbdb 100644 --- a/ampersand.cabal +++ b/ampersand.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: ampersand -version: 5.2.1 +version: 5.2.2 synopsis: Toolsuite for automated design of enterprise information systems. description: You can define your business processes by means of rules, written in Relation Algebra. category: Database Design diff --git a/package.yaml b/package.yaml index 76f0f8cc8..3489e8de8 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: ampersand -version: 5.2.1 +version: 5.2.2 author: Stef Joosten maintainer: stef.joosten@ou.nl synopsis: Toolsuite for automated design of enterprise information systems.