Skip to content

Commit

Permalink
Update package.xml for 2.0.5, fix xml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Oct 12, 2022
1 parent 83f4ccb commit c448f1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<active>yes</active>
</lead>
-->
<date>2022-10-01</date>
<date>2022-10-12</date>
<version>
<release>2.0.5</release>
<api>2.0.5</api>
Expand All @@ -30,6 +30,7 @@
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
<notes>
* Reuse PHP's 1-byte and 0-byte interned strings in simdjson_decode, reducing memory usage for those strings. (e.g. for the key/value in '{"x":""}')
* Return correct count in simdjson_key_count. Properly return counts larger than 0xFFFFFF instead of returning 0xFFFFFF.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -92,6 +93,7 @@
<providesextension>simdjson</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2022-10-01</date>
<version>
<release>2.0.4</release>
Expand Down

0 comments on commit c448f1e

Please sign in to comment.