From 20efac6166165cb6d8010dc924b8a70e018035fc Mon Sep 17 00:00:00 2001 From: Michiel Stornebrink Date: Sun, 17 Oct 2021 22:49:10 +0200 Subject: [PATCH] Bump version to v4.4.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 638f4db9dc..dd96ee6e52 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,10 @@ ## Unreleased changes +## v4.4.3 (17 October 2021) + +New CI workflow for releases to be pushed automatically to DockerHub with semver. Image is needed by prototype framework in Docker build. + ## v4.4.2 (16 October 2021) * Fix CI script for automatic build push to Docker Hub. Note! Release tags should now have format 'vX.Y.Z' instead of 'Ampersand-vX.Y.Z' for semver pattern to work diff --git a/ampersand.cabal b/ampersand.cabal index cf219612e9..c96ddedb88 100644 --- a/ampersand.cabal +++ b/ampersand.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: ampersand -version: 4.4.2 +version: 4.4.3 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 30c8bbfe49..87f3438549 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: ampersand -version: 4.4.2 +version: 4.4.3 author: Stef Joosten maintainer: stef.joosten@ou.nl synopsis: Toolsuite for automated design of enterprise information systems.