Skip to content

Commit

Permalink
0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Mar 23, 2018
1 parent 9b7284e commit 3fec793
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cs2cpp/QSharpCompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Program
public static bool printTree = false;
public static bool printToString = false;
public static bool printTokens = false;
public static string version = "0.14";
public static string version = "0.15";
public static bool library;
public static bool shared;
public static bool service;
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ WebSite : github.com/pquiring/qsharp

Author : Peter Quiring ([email protected])

Version 0.14
Version 0.15

Released Mar 16, 2018
Released Mar 23, 2018
6 changes: 6 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
What's new
==========

Mar 23, 2018 : 0.15
- fix FixedArray[]s to support type casting
- use template class for Properties
- use struct for Enums to create unique data type
- many fixes

Mar 16, 2018 : 0.14
- add new classes (OpenGL, Controls, ThreadSignal, etc.)
- add Type.NewInstance() for simple classes
Expand Down

0 comments on commit 3fec793

Please sign in to comment.