From a0309b5d31bc87f1451372414710805bb1c636f2 Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Thu, 25 Jan 2024 14:17:07 +1100 Subject: [PATCH] 1.0.1beta1 release prep (#124) --- ext/package.xml | 38 +++++++++++++++++++++++++++++++++----- ext/php_opentelemetry.h | 2 +- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/ext/package.xml b/ext/package.xml index 0f50bd3..01b4352 100644 --- a/ext/package.xml +++ b/ext/package.xml @@ -16,18 +16,31 @@ pdelewski@example.com yes - 2023-10-25 - + 2024-01-24 + - 1.0.0 + 1.0.1beta1 1.0 - stable + beta stable Apache 2.0 - opentelemetry 1.0.0 + opentelemetry 1.0.1beta1 + * Fix modifying extra parameters, limit parameter expansion (#120) + * Fix crash by unregistering INI in MSHUTDOWN instead of RSHUTDOWN (#122) + * Support modifying named params (#121) + * adding test for post hook type error (#119) + * Isolate exception state for hooks (#118) + * Update README.md to point issues to the main repository (#117) + * Include PHP 8.3 in build matrix (#112) + * Build images whenever the actions definition changes (#115) + * adding php 8.3 dev image (#113) + * document SourceGuardian incompatibility (#111) + * create draft release on tag, publish windows and pecl builds (#109) + * adding test for post hooks after die/exit (#110) + * add pear to build (#108) @@ -281,5 +294,20 @@ * gitsplit extension dir (#98) + + 2023-10-25 + + + 1.0.0 + 1.0 + + + stable + stable + + Apache 2.0 + opentelemetry 1.0.0 + + \ No newline at end of file diff --git a/ext/php_opentelemetry.h b/ext/php_opentelemetry.h index 899f47b..d6cf1b3 100644 --- a/ext/php_opentelemetry.h +++ b/ext/php_opentelemetry.h @@ -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.0" +#define PHP_OPENTELEMETRY_VERSION "1.0.1beta1" #if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY) ZEND_TSRMLS_CACHE_EXTERN()