Skip to content

Commit 33d3d6d

Browse files
ralflangRalf Lang
authored and
Ralf Lang
committed
Development mode for Cli_Modular-3.0.0alpha5
1 parent 0c6d1d1 commit 33d3d6d

File tree

5 files changed

+54
-6
lines changed

5 files changed

+54
-6
lines changed

.horde.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ authors:
2222
active: false
2323
role: lead
2424
version:
25-
release: 3.0.0alpha4
25+
release: 3.0.0alpha5
2626
api: 3.0.0alpha1
2727
state:
2828
release: alpha

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"minimum-stability": "dev",
23
"name": "horde/cli_modular",
34
"description": "Modular command line interface library",
45
"type": "library",

doc/Horde/Cli/Modular/CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
------------
2+
v3.0.0alpha5
3+
------------
4+
5+
6+
7+
18
------------
29
v3.0.0alpha4
310
------------

doc/Horde/Cli/Modular/changelog.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
---
2+
3.0.0alpha5:
3+
api: 3.0.0alpha1
4+
state:
5+
release: alpha
6+
api: alpha
7+
date: 2022-11-04
8+
license:
9+
identifier: LGPL-2.1
10+
uri: http://www.horde.org/licenses/lgpl
11+
notes: |+
12+
213
3.0.0alpha4:
314
api: 3.0.0alpha1
415
state:

package.xml

+34-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</lead>
1919
<date>2022-11-04</date>
2020
<version>
21-
<release>3.0.0alpha4</release>
21+
<release>3.0.0alpha5</release>
2222
<api>3.0.0alpha1</api>
2323
</version>
2424
<stability>
@@ -27,8 +27,7 @@
2727
</stability>
2828
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2.1-only</license>
2929
<notes>
30-
* [rla] Enable PHP 8.x compat.
31-
* |+
30+
*
3231
</notes>
3332
<contents>
3433
<dir baseinstalldir="/" name="/">
@@ -173,6 +172,21 @@
173172
</filelist>
174173
</phprelease>
175174
<changelog>
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
188+
189+
176190
<release>
177191
<version>
178192
<release>1.0.0alpha1</release>
@@ -393,12 +407,27 @@
393407
<release>alpha</release>
394408
<api>alpha</api>
395409
</stability>
396-
<date>2021-03-13</date>
397-
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2.1-only</license>
410+
<date>2022-11-04</date>
411+
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2.1</license>
398412
<notes>
399413
* [rla] Enable PHP 8.x compat.
400414
* |+
401415
</notes>
402416
</release>
417+
<release>
418+
<version>
419+
<release>3.0.0alpha5</release>
420+
<api>3.0.0alpha1</api>
421+
</version>
422+
<stability>
423+
<release>alpha</release>
424+
<api>alpha</api>
425+
</stability>
426+
<date>2022-11-04</date>
427+
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2.1</license>
428+
<notes>
429+
*
430+
</notes>
431+
</release>
403432
</changelog>
404433
</package>

0 commit comments

Comments
 (0)