Skip to content

Commit

Permalink
1.1.0 release prep (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc authored Oct 2, 2024
1 parent c61acc7 commit 9f14e39
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 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-09-09</date>
<time>12:14:40</time>
<date>2024-10-02</date>
<time>12:51:08</time>
<version>
<release>1.1.0beta3</release>
<release>1.1.0</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<release>stable</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.1.0beta3</notes>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" name=".clang-format" role="src"/>
Expand Down Expand Up @@ -428,5 +428,19 @@
<license>Apache 2.0</license>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta2</notes>
</release>
<release>
<date>2024-09-09</date>
<time>12:14:40</time>
<version>
<release>1.1.0beta3</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.1.0beta3</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 @@ -22,7 +22,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)

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

#define PHP_OPENTELEMETRY_VERSION "1.1.0beta3"
#define PHP_OPENTELEMETRY_VERSION "1.1.0"

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

0 comments on commit 9f14e39

Please sign in to comment.