Skip to content

Commit

Permalink
Adjusted for v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Jun 13, 2016
1 parent f20fd1e commit 710fe69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.7.0

- Provided `is` / `as` functions (#29)
- Included the pipe operator (#28)
- Autocomplete / "intellisense" (#23)
- Released plugin architecture (#22)
- Operator improvements (`==` and `~=`)

# 0.6.0

- Some fixes and performance improvements
Expand Down
4 changes: 2 additions & 2 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[assembly: AssemblyCompany("Polytrope")]
[assembly: AssemblyProduct("Mages")]
[assembly: AssemblyVersion("0.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyCopyright("Copyright (c) 2016, Florian Rappl")]

0 comments on commit 710fe69

Please sign in to comment.