From 4da66a7265118a9d51ed375c1d4d69d2954813e4 Mon Sep 17 00:00:00 2001 From: mariari Date: Thu, 13 Jul 2023 02:10:14 +0800 Subject: [PATCH] V0.4.0 release This is another minor release, mainly focusing on some maintaince and minor codebase imrpovements. Read the changelog and or merge history for this release for a more complete set of change --- CHANGELOG.org | 18 ++++++++++++++++++ geb.asd | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index d237a1308..05af4deb7 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,3 +1,21 @@ +* 0.4.0 +** User Facing Changes +- _Binary_ + + Binary now has a =-v= flag for version + + the old vampir =-v= has been moved to =-p= +- _GUI_ + + The gui can now generate out =svg= files, read the docs to find + out more! +- _Libraries_ + + The tri module has been moved to the =geb-decision= module, with + properly exported functions +** Internal changes +- There is now a maintainers guide. +- Documentation has been fixed to recreate the old behavior of + mgl-pax. More can be read [[https://github.com/melisgl/mgl-pax/issues/30][here]]. +- More testing of BITC. +- Better Vampir generation + + Namely we can generate lists and exponentials * 0.3.2-1 - Revision fixup + MGL-pax had a regression where @documentation is not exported, we diff --git a/geb.asd b/geb.asd index 83b8db2a6..b0cace1e7 100644 --- a/geb.asd +++ b/geb.asd @@ -5,7 +5,7 @@ :cl-reexport :mgl-pax :command-line-arguments) - :version "0.3.2-1" + :version "0.4.0" :description "Gödel, Escher, Bach, a categorical view of computation" :build-pathname "../build/geb.image" :entry-point "geb.entry::entry"