Skip to content

Commit

Permalink
rc3 prep (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc authored Oct 20, 2023
1 parent 6f88320 commit 2089d98
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 11 deletions.
38 changes: 28 additions & 10 deletions ext/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,21 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2023-10-17</date>
<time>03:23:33</time>
<date>2023-10-19</date>
<time>21:45:44</time>
<version>
<release>1.0.0RC2</release>
<release>1.0.0RC3</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>opentelemetry 1.0.0RC2
* documentation updates (#100)
* Change segfault method! (#97)
* adding windows build action (#93)
* adding test and doc for hooking static method (#94)
* Update opentelemetry.stub.php (#92)
* For WINDOWS build! (#88)
<notes>opentelemetry 1.0.0RC3
* re-enable blackfire (#103)
* Check observer_class_lookup for NULL in observer callback (#102)
* gitsplit extension dir (#98)
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -239,5 +236,26 @@
<notes>opentelemetry 1.0.0RC1
</notes>
</release>
<release>
<date>2023-10-17</date>
<time>03:23:33</time>
<version>
<release>1.0.0RC2</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license>Apache 2.0</license>
<notes>opentelemetry 1.0.0RC2
* documentation updates (#100)
* Change segfault method! (#97)
* adding windows build action (#93)
* adding test and doc for hooking static method (#94)
* Update opentelemetry.stub.php (#92)
* For WINDOWS build! (#88)
</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 @@ -18,7 +18,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)

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

#define PHP_OPENTELEMETRY_VERSION "1.0.0RC2"
#define PHP_OPENTELEMETRY_VERSION "1.0.0RC3"

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

0 comments on commit 2089d98

Please sign in to comment.