Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.2beta3 release prep #140

Merged
merged 1 commit into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions ext/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-03-18</date>
<time>04:43:21</time>
<date>2024-03-24</date>
<time>22:47:18</time>
<version>
<release>1.0.2beta2</release>
<release>1.0.2beta3</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/apache-2-0/" filesource="LICENSE">Apache 2.0</license>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.2beta2</notes>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.2beta3</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" name=".clang-format" role="src"/>
Expand Down Expand Up @@ -305,5 +305,19 @@
<license>Apache 2.0</license>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.2beta1</notes>
</release>
<release>
<date>2024-03-18</date>
<time>04:43:21</time>
<version>
<release>1.0.2beta2</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license>Apache 2.0</license>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.2beta2</notes>
</release>
</changelog>
</package>
2 changes: 1 addition & 1 deletion ext/php_opentelemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)

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

#define PHP_OPENTELEMETRY_VERSION "1.0.2beta2"
#define PHP_OPENTELEMETRY_VERSION "1.0.2beta3"

#if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY)
ZEND_TSRMLS_CACHE_EXTERN()
Expand Down
Loading