Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Jul 13, 2019
1 parent 44b5c85 commit 51ac260
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for App-MoarVM-ConfprogCompiler

{{$NEXT}}

0.0.4 2019-07-14T00:01:49+02:00
- Removed left-over unused Data::Dump::Tree usage
- Handle parse errors better

Expand Down
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -24,5 +24,5 @@
"source-url" : "https://github.com/timo/App-MoarVM-ConfprogCompiler.git",
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.0.3"
"version" : "0.0.4"
}
2 changes: 1 addition & 1 deletion lib/App/MoarVM/ConfprogCompiler.pm6
@@ -1,5 +1,5 @@
use v6.c;
unit class App::MoarVM::ConfprogCompiler:ver<0.0.3>:auth<cpan:TIMOTIMO>;
unit class App::MoarVM::ConfprogCompiler:ver<0.0.4>:auth<cpan:TIMOTIMO>;

use App::MoarVM::ConfprogCompiler::Parser;
use App::MoarVM::ConfprogCompiler::Typesystem::Unifier;
Expand Down

0 comments on commit 51ac260

Please sign in to comment.