Skip to content

Commit

Permalink
version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisioj committed Apr 22, 2020
1 parent 6d8ccb7 commit e39cb9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog/changes-v0.9.0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h2>Changelog</h2>
<h3>Features</h3>
<ul>
<li>Fixed - without --verbose flag, compiler didn't show in which file syntax error occured</li>
<li>Updated DeclarationUsagesChecked (it's now fully functional)</li>
<li>Added .ZEN parser (and --zen-paths parameter) used by DeclarationUsagesChecked</li>
<li>Added --output-ou parameter - it's now possible to generate ou files in custom path</li>
<li>Updated Application's Help Page (shown when compiler run without arguments, or with --help flag)</li>
</ul>
2 changes: 1 addition & 1 deletion src/DaedalusCompiler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace DaedalusCompiler
{
static class Program
{
private const string Version = "0.8.0";
private const string Version = "0.9.0";
private const string AppName = "Daedalus Compiler";
private const string AppSlug = "daedalus-compiler";

Expand Down

0 comments on commit e39cb9e

Please sign in to comment.