Skip to content

Commit 52ad8c9

Browse files
committed
Fix package.xml
I did something very weird here when trying to bump to the next version.
1 parent 3437f7a commit 52ad8c9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,16 @@
1414
</lead>
1515
<date>2018-10-06</date>
1616
<version>
17-
<release>0.1.7</release>
18-
<api>0.1.7</api>
17+
<release>0.1.8dev</release>
18+
<api>0.1.8dev</api>
1919
</version>
2020
<stability>
2121
<release>stable</release>
2222
<api>stable</api>
2323
</stability>
2424
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
2525
<notes>
26-
- Added AST version 60 with the following changes:
27-
- `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
28-
always `null`.
29-
- `AST_FUNC_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0.
30-
On PHP 7.0 the value is always `null`.
31-
- Added `ARRAY_ELEM_REF` flag, which is used by `AST_ARRAY_ELEM` for by-reference array elements
32-
and (since PHP 7.3) for by-reference destructuring. Previously this flag was represented simply
33-
by the value `1`.
34-
- Deprecated AST versions 40 and 45.
35-
- Fix build against PHP 7.4-dev.
26+
- TBD
3627
</notes>
3728
<contents>
3829
<dir name="/">
@@ -115,16 +106,25 @@
115106
<release>
116107
<date>2018-10-06</date>
117108
<version>
118-
<release>0.1.8dev</release>
119-
<api>0.1.8dev</api>
109+
<release>0.1.7</release>
110+
<api>0.1.7</api>
120111
</version>
121112
<stability>
122113
<release>stable</release>
123114
<api>stable</api>
124115
</stability>
125116
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
126117
<notes>
127-
- TBD
118+
- Added AST version 60 with the following changes:
119+
- `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
120+
always `null`.
121+
- `AST_FUNC_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0.
122+
On PHP 7.0 the value is always `null`.
123+
- Added `ARRAY_ELEM_REF` flag, which is used by `AST_ARRAY_ELEM` for by-reference array elements
124+
and (since PHP 7.3) for by-reference destructuring. Previously this flag was represented simply
125+
by the value `1`.
126+
- Deprecated AST versions 40 and 45.
127+
- Fix build against PHP 7.4-dev.
128128
</notes>
129129
</release>
130130
<release>

0 commit comments

Comments
 (0)