Skip to content

Commit

Permalink
Prepared things for v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arturkasperek committed Feb 7, 2019
1 parent 655fd99 commit 8c9308d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/changelog/changes-v0.5.0.html
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
<h2>Sample</h2>
<h2>Changelog</h2>
<h3>Features</h3>
<ul>
<li>Added possibility compile daedalus code into DAT file</li>
<li>Added possibility generate OU files with dialogs</li>
<li>Added catching of most of semantic errors</li>
<li>Added support for Windows, MacOS, Linux</li>
<li>Added possibility to auto build release with circleCI</li>
<li>Added unit tests for most of use cases</li>
<li>Added e2e tests of compiler</li>
</ul>
2 changes: 1 addition & 1 deletion src/DaedalusCompiler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace DaedalusCompiler
{
class Program
{
private const string version = "0.1.0";
private const string version = "0.5.0";
private const string compiler_name = "daedalus-compiler";

static void ShowHelp()
Expand Down

0 comments on commit 8c9308d

Please sign in to comment.