Skip to content

Commit 13c06ea

Browse files
authored
1.1.0beta3 release prep (open-telemetry#154)
1 parent c9435a5 commit 13c06ea

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

Diff for: ext/package.xml

+18-4
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-09-04</date>
20-
<time>00:06:19</time>
19+
<date>2024-09-09</date>
20+
<time>12:14:40</time>
2121
<version>
22-
<release>1.1.0beta2</release>
22+
<release>1.1.0beta3</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.0beta2</notes>
30+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta3</notes>
3131
<contents>
3232
<dir baseinstalldir="/" name="/">
3333
<file baseinstalldir="/" name=".clang-format" role="src"/>
@@ -414,5 +414,19 @@
414414
<license>Apache 2.0</license>
415415
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta1</notes>
416416
</release>
417+
<release>
418+
<date>2024-09-04</date>
419+
<time>00:06:19</time>
420+
<version>
421+
<release>1.1.0beta2</release>
422+
<api>1.0</api>
423+
</version>
424+
<stability>
425+
<release>beta</release>
426+
<api>stable</api>
427+
</stability>
428+
<license>Apache 2.0</license>
429+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta2</notes>
430+
</release>
417431
</changelog>
418432
</package>

Diff for: ext/php_opentelemetry.h

+1-1
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.0beta2"
25+
#define PHP_OPENTELEMETRY_VERSION "1.1.0beta3"
2626

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

0 commit comments

Comments
 (0)