Skip to content

Commit

Permalink
Update changelog; release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Weiske committed Apr 9, 2015
1 parent 5da7642 commit d2ed3f3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2015-04-09 Christian Weiske <[email protected]>

* Prefer setter methods over directy property access
* Change setter method name calculation for properties
with _ underscores by @msankhala
* Release 0.6.0

2015-03-18 Christian Weiske <[email protected]>

* Add support for nullable types (int|null) by @barryvdh
Expand Down
30 changes: 24 additions & 6 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-03-18</date>
<date>2015-04-09</date>
<time>00:00:00</time>

<version>
<release>0.5.0</release>
<api>0.3.0</api>
<release>0.6.0</release>
<api>0.6.0</api>
</version>

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

<notes>
* Add support for nullable types (int|null) by @barryvdh
* Increase test coverage to 100%
* Fix float value detection by @sonicgd
* Prefer setter methods over directy property access
* Change setter method name calculation for properties
with _ underscores by @msankhala
</notes>

<contents>
Expand Down Expand Up @@ -100,6 +100,24 @@

<changelog>

<release>
<version>
<release>0.6.0</release>
<api>0.6.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2015-04-09</date>
<license uri="https://www.gnu.org/licenses/agpl.html">AGPL</license>
<notes>
* Prefer setter methods over directy property access
* Change setter method name calculation for properties
with _ underscores by @msankhala
</notes>
</release>

<release>
<version>
<release>0.5.0</release>
Expand Down

0 comments on commit d2ed3f3

Please sign in to comment.