Skip to content

Commit c7a37bc

Browse files
author
Github CI Runner
committed
Development mode for Log-3.0.0alpha9
1 parent 4e1a24e commit c7a37bc

File tree

5 files changed

+70
-4
lines changed

5 files changed

+70
-4
lines changed

.horde.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors:
2626
active: true
2727
role: maintainer
2828
version:
29-
release: 3.0.0alpha8
29+
release: 3.0.0alpha9
3030
api: 3.0.0alpha1
3131
state:
3232
release: alpha

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"minimum-stability": "dev",
23
"name": "horde/log",
34
"description": "Logging library",
45
"type": "library",

doc/Horde/Log/CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
------------
2+
v3.0.0alpha9
3+
------------
4+
5+
6+
7+
18
------------
29
v3.0.0alpha8
310
------------

doc/Horde/Log/changelog.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
---
2+
3.0.0alpha9:
3+
api: 3.0.0alpha1
4+
state:
5+
release: alpha
6+
api: alpha
7+
date: 2022-11-16
8+
license:
9+
identifier: BSD-2-Clause
10+
uri: http://www.horde.org/licenses/bsd
11+
notes: |+
12+
213
3.0.0alpha8:
314
api: 3.0.0alpha1
415
state:

package.xml

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
<email>[email protected]</email>
9090
<active>yes</active>
9191
</maintainer>
92+
<maintainer>
93+
<name>Ralf Lang</name>
94+
<user>lang</user>
95+
<email>[email protected]</email>
96+
<active>yes</active>
97+
</maintainer>
9298
<lead>
9399
<name>Mike Naberezny</name>
94100
<user>mnaberez</user>
@@ -109,7 +115,7 @@
109115
</maintainer>
110116
<date>2022-11-16</date>
111117
<version>
112-
<release>3.0.0alpha8</release>
118+
<release>3.0.0alpha9</release>
113119
<api>3.0.0alpha1</api>
114120
</version>
115121
<stability>
@@ -118,7 +124,7 @@
118124
</stability>
119125
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
120126
<notes>
121-
* |+
127+
*
122128
</notes>
123129
<contents>
124130
<dir baseinstalldir="/" name="/">
@@ -370,6 +376,32 @@
370376
</filelist>
371377
</phprelease>
372378
<changelog>
379+
380+
381+
382+
383+
384+
385+
386+
387+
388+
389+
390+
391+
392+
393+
394+
395+
396+
397+
398+
399+
400+
401+
402+
403+
404+
373405
<release>
374406
<version>
375407
<release>1.0.0alpha1</release>
@@ -759,11 +791,26 @@
759791
<release>alpha</release>
760792
<api>alpha</api>
761793
</stability>
762-
<date>2022-09-18</date>
794+
<date>2022-11-16</date>
763795
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
764796
<notes>
765797
* |+
766798
</notes>
767799
</release>
800+
<release>
801+
<version>
802+
<release>3.0.0alpha9</release>
803+
<api>3.0.0alpha1</api>
804+
</version>
805+
<stability>
806+
<release>alpha</release>
807+
<api>alpha</api>
808+
</stability>
809+
<date>2022-11-16</date>
810+
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
811+
<notes>
812+
*
813+
</notes>
814+
</release>
768815
</changelog>
769816
</package>

0 commit comments

Comments
 (0)