From b9243d28f82dcfeec1fa8e1846bd38f0a87c4ab7 Mon Sep 17 00:00:00 2001 From: Ludger Solbach Date: Sat, 2 Nov 2024 14:32:03 +0100 Subject: [PATCH] released version 0.32.0 --- Changelog.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index e5f8f3f..897aea0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ Changelog ========= -Version (Next) +Version 0.32.0 -------------- * added model navigation functions for state machines * added generic model navigation functions diff --git a/project.clj b/project.clj index fa4e1c6..b7060c2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.soulspace.clj/overarch "0.32.0-SNAPSHOT" +(defproject org.soulspace.clj/overarch "0.32.0" :description "Overarch provides a data model for the holistic description of a software system, opening multiple use cases on the model data." :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}