Skip to content

Commit 4da66a7

Browse files
committed
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
1 parent 9e432c0 commit 4da66a7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.org

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
* 0.4.0
2+
** User Facing Changes
3+
- _Binary_
4+
+ Binary now has a =-v= flag for version
5+
+ the old vampir =-v= has been moved to =-p=
6+
- _GUI_
7+
+ The gui can now generate out =svg= files, read the docs to find
8+
out more!
9+
- _Libraries_
10+
+ The tri module has been moved to the =geb-decision= module, with
11+
properly exported functions
12+
** Internal changes
13+
- There is now a maintainers guide.
14+
- Documentation has been fixed to recreate the old behavior of
15+
mgl-pax. More can be read [[https://github.com/melisgl/mgl-pax/issues/30][here]].
16+
- More testing of BITC.
17+
- Better Vampir generation
18+
+ Namely we can generate lists and exponentials
119
* 0.3.2-1
220
- Revision fixup
321
+ MGL-pax had a regression where @documentation is not exported, we

geb.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:cl-reexport
66
:mgl-pax
77
:command-line-arguments)
8-
:version "0.3.2-1"
8+
:version "0.4.0"
99
:description "Gödel, Escher, Bach, a categorical view of computation"
1010
:build-pathname "../build/geb.image"
1111
:entry-point "geb.entry::entry"

0 commit comments

Comments
 (0)