From 2fbb6286f640585815e9294f44d6e85090107ad7 Mon Sep 17 00:00:00 2001 From: mariari Date: Tue, 21 Nov 2023 17:38:07 +0800 Subject: [PATCH] V0.5.1 --- CHANGELOG.org | 5 +++++ geb.asd | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index fa868c661..931618a06 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,3 +1,8 @@ +* 0.5.1 +** Bug fix patch +- =mgl-pax= updated on us causing build failures +- Fix bug where the optimized Vampir output would produce incorrect + code * 0.5.0 ** User Facing Changes diff --git a/geb.asd b/geb.asd index 1d990a4ff..18a3e45b2 100644 --- a/geb.asd +++ b/geb.asd @@ -5,7 +5,7 @@ :cl-reexport :mgl-pax :command-line-arguments) - :version "0.5.0" + :version "0.5.1" :description "Gödel, Escher, Bach, a categorical view of computation" :build-pathname "../build/geb.image" :entry-point "geb.entry::entry"