From b7d947f308b4da749e6dc19c60ca8e3b04dc4bec Mon Sep 17 00:00:00 2001 From: mariari Date: Tue, 11 Jul 2023 10:45:58 +0800 Subject: [PATCH] Bump the geb version for a bug fix release --- CHANGELOG.org | 5 +++++ geb.asd | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 6d3a87ec2..d237a1308 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,3 +1,8 @@ +* 0.3.2-1 +- Revision fixup + + MGL-pax had a regression where @documentation is not exported, we + work around this by exporting every library, this issue can be + tracked [[https://github.com/melisgl/mgl-pax/issues/30][here]]. * 0.3.2 ** User Facing Changes - _Lambda Changes_ diff --git a/geb.asd b/geb.asd index 5f8705847..5604cbe5b 100644 --- a/geb.asd +++ b/geb.asd @@ -5,7 +5,7 @@ :cl-reexport :mgl-pax :command-line-arguments) - :version "0.3.2" + :version "0.3.2-1" :description "Gödel, Escher, Bach, a categorical view of computation" :build-pathname "../build/geb.image" :entry-point "geb.entry::entry"