Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
wmww committed Apr 14, 2017
1 parent 221e300 commit 436a9e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
This file documents all major changes to the Pinecone langauge.
Every new version gets a number of minor bug fixes, so they are not included

## v0.5.0 (April 14, 2017)

* Made '&&' and '||' use short circuiting
* Improved testing system
* Added support for Windows
* **Added Whatev type** for compile time dynamic typing and implicit function return type

### v0.4.0 (Mar 26 2017)
## v0.4.0 (Mar 26, 2017)

* Added command line options for transpileing
* **Fully implemented transpiler to C++**
Expand All @@ -21,7 +23,7 @@ Every new version gets a number of minor bug fixes, so they are not included
* Added explicit conversion of primitive types to Strings
* Improved tutorial navigation

### v0.3.0 (Jan 18 2017)
## v0.3.0 (Jan 18, 2017)

* Added string literal support
* Added various functions and operators for strings
Expand Down
2 changes: 1 addition & 1 deletion h/VERSION.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
// the version of pinecone is vX.Y.Y

const int VERSION_X=0;
const int VERSION_Y=4;
const int VERSION_Y=5;
const int VERSION_Z=0;

0 comments on commit 436a9e6

Please sign in to comment.