Skip to content

Commit

Permalink
update package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Mar 29, 2018
1 parent 892acb7 commit 304b6f4
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,20 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-11-28</date>
<time>21:45:00</time>
<date>2018-03-29</date>
<time>19:19:00</time>
<version>
<release>1.2.0</release>
<api>1.2.0</api>
<release>1.3.0</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Update Lib JsonNet use v0.9.5.
- Add function JsonNet::fmtFile.
- Add function JsonNet::fmtSnippet.
- Update Lib JsonNet use v0.10.0.
- Support PHP 7.
</notes>
<contents>
<dir name="/">
Expand All @@ -53,6 +52,10 @@
<file role="src" name="EXPERIMENTAL"/>
<file role="src" name="php_jsonnet.h"/>
<file role="src" name="jsonnet.c"/>
<dir name="include">
<file role="src" name="Jsonnet.h"/>
<file role="src" name="php7_wrapper.h"/>
</dir>
<dir name="test">
<file role="src" name="bar_menu.1.jsonnet"/>
<file role="src" name="bar_menu.2.jsonnet"/>
Expand All @@ -70,6 +73,7 @@
<dir name="stdlib">
<file role="src" name="BUILD"/>
<file role="src" name="std.jsonnet"/>
<file role="src" name="to_c_array.cpp"/>
</dir>
<dir name="include">
<file role="src" name="BUILD"/>
Expand Down Expand Up @@ -188,5 +192,23 @@
- Fixed issue #4, pecl install failed.
</notes>
</release>
<release>
<date>2017-11-28</date>
<time>21:45:00</time>
<version>
<release>1.2.0</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Update Lib JsonNet use v0.9.5.
- Add function JsonNet::fmtFile.
- Add function JsonNet::fmtSnippet.
</notes>
</release>
</changelog>
</package>

0 comments on commit 304b6f4

Please sign in to comment.