Skip to content

Commit c348e2e

Browse files
authored
1.1.0beta2 release prep (open-telemetry#151)
1 parent 175e5ea commit c348e2e

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

ext/package.xml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2024-08-29</date>
20-
<time>23:46:59</time>
19+
<date>2024-09-04</date>
20+
<time>00:06:19</time>
2121
<version>
22-
<release>1.1.0beta1</release>
22+
<release>1.1.0beta2</release>
2323
<api>1.0</api>
2424
</version>
2525
<stability>
2626
<release>beta</release>
2727
<api>stable</api>
2828
</stability>
2929
<license uri="https://opensource.org/license/apache-2-0/" filesource="LICENSE">Apache 2.0</license>
30-
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta1</notes>
30+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta2</notes>
3131
<contents>
3232
<dir baseinstalldir="/" name="/">
3333
<file baseinstalldir="/" name=".clang-format" role="src"/>
@@ -400,5 +400,19 @@
400400
<license>Apache 2.0</license>
401401
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3</notes>
402402
</release>
403+
<release>
404+
<date>2024-08-29</date>
405+
<time>23:46:59</time>
406+
<version>
407+
<release>1.1.0beta1</release>
408+
<api>1.0</api>
409+
</version>
410+
<stability>
411+
<release>beta</release>
412+
<api>stable</api>
413+
</stability>
414+
<license>Apache 2.0</license>
415+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta1</notes>
416+
</release>
403417
</changelog>
404418
</package>

ext/php_opentelemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)
2222

2323
#define OTEL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(opentelemetry, v)
2424

25-
#define PHP_OPENTELEMETRY_VERSION "1.1.0beta1"
25+
#define PHP_OPENTELEMETRY_VERSION "1.1.0beta2"
2626

2727
#if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY)
2828
ZEND_TSRMLS_CACHE_EXTERN()

0 commit comments

Comments
 (0)