Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Weiske committed Jul 6, 2015
1 parent a360a23 commit 8888278
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2015-07-06 Christian Weiske <[email protected]>

* Add support for seting objects directly if they have
the correct type already by @radmen
* Throw exception when a non-object is passed to map()
* Release 0.8.0

2015-06-19 Christian Weiske <[email protected]>

* Support "mixed" variable type (issue #33)
Expand Down
26 changes: 22 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<active>yes</active>
</lead>

<date>2015-06-19</date>
<date>2015-07-06</date>
<time>00:00:00</time>

<version>
<release>0.7.0</release>
<api>0.7.0</api>
<release>0.8.0</release>
<api>0.8.0</api>
</version>

<stability>
Expand All @@ -37,7 +37,8 @@
<license uri="https://opensource.org/licenses/osl-3.0">OSL-3.0</license>

<notes>
* Support "mixed" variable type (issue #33)
* Add support for seting objects directly if they have the correct type already by @radmen
* Throw exception when a non-object is passed to map()
</notes>

<contents>
Expand Down Expand Up @@ -101,6 +102,23 @@

<changelog>

<release>
<version>
<release>0.8.0</release>
<api>0.8.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2015-07-06</date>
<license uri="https://www.gnu.org/licenses/agpl.html">AGPL</license>
<notes>
* Add support for seting objects directly if they have the correct type already by @radmen
* Throw exception when a non-object is passed to map()
</notes>
</release>

<release>
<version>
<release>0.7.0</release>
Expand Down

0 comments on commit 8888278

Please sign in to comment.