Skip to content

Commit

Permalink
V0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariari committed Nov 22, 2023
1 parent c51e67b commit a9c86b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
* 0.6.0
** Juvix Testing patch
- This release focuses mainly on a new cli feature =test= and =library=
+ =test= adds a simple test call in vampir
+ =library= dumps the standard library along with the desired data
** User facing changes
- =to-circuit= in =seqn= has it's arguments reversed
- various vampir library functions have changed
+ =mod_32= changed to =mod_n=
+ =nth= changed to =n_th=
* 0.5.1
** Bug fix patch
- =mgl-pax= updated on us causing build failures
Expand Down
2 changes: 1 addition & 1 deletion geb.asd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:cl-reexport
:mgl-pax
:command-line-arguments)
:version "0.5.1"
:version "0.6.0"
:description "Gödel, Escher, Bach, a categorical view of computation"
:build-pathname "../build/geb.image"
:entry-point "geb.entry::entry"
Expand Down

0 comments on commit a9c86b4

Please sign in to comment.