|
14 | 14 | </lead>
|
15 | 15 | <date>2018-10-21</date>
|
16 | 16 | <version>
|
17 |
| - <release>1.0.0</release> |
18 |
| - <api>1.0.0</api> |
| 17 | + <release>1.0.1dev</release> |
| 18 | + <api>1.0.1dev</api> |
19 | 19 | </version>
|
20 | 20 | <stability>
|
21 | 21 | <release>stable</release>
|
22 | 22 | <api>stable</api>
|
23 | 23 | </stability>
|
24 | 24 | <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
|
25 | 25 | <notes>
|
26 |
| -This release is the same as version 0.1.7 with obsolete and deprecated functionality removed. |
27 |
| - |
28 |
| -- Removed AST versions prior to version 50. |
29 |
| -- Removed ast\Node\Decl class, which is no longer used. |
30 |
| -- Removed AST kinds AST_AND, AST_COALESCE, AST_GREATER, AST_GREATER_EQUAL, AST_OR, AST_SILENCE, |
31 |
| - AST_UNARY_MINUS, and AST_UNARY_PLUS, which are no longer used. |
32 |
| -- Removed ASSIGN_* AST flags, which are no longer used. |
| 26 | +- TBD |
33 | 27 | </notes>
|
34 | 28 | <contents>
|
35 | 29 | <dir name="/">
|
@@ -108,6 +102,27 @@ This release is the same as version 0.1.7 with obsolete and deprecated functiona
|
108 | 102 | <providesextension>ast</providesextension>
|
109 | 103 | <extsrcrelease />
|
110 | 104 | <changelog>
|
| 105 | + <release> |
| 106 | + <date>2018-10-21</date> |
| 107 | + <version> |
| 108 | + <release>1.0.0</release> |
| 109 | + <api>1.0.0</api> |
| 110 | + </version> |
| 111 | + <stability> |
| 112 | + <release>stable</release> |
| 113 | + <api>stable</api> |
| 114 | + </stability> |
| 115 | + <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
| 116 | + <notes> |
| 117 | +This release is the same as version 0.1.7 with obsolete and deprecated functionality removed. |
| 118 | + |
| 119 | +- Removed AST versions prior to version 50. |
| 120 | +- Removed ast\Node\Decl class, which is no longer used. |
| 121 | +- Removed AST kinds AST_AND, AST_COALESCE, AST_GREATER, AST_GREATER_EQUAL, AST_OR, AST_SILENCE, |
| 122 | + AST_UNARY_MINUS, and AST_UNARY_PLUS, which are no longer used. |
| 123 | +- Removed ASSIGN_* AST flags, which are no longer used. |
| 124 | + </notes> |
| 125 | + </release> |
111 | 126 | <release>
|
112 | 127 | <date>2018-10-06</date>
|
113 | 128 | <version>
|
|
0 commit comments