Skip to content

Commit 15fb7de

Browse files
authored
update v0.5.4 (#662)
1 parent 436949c commit 15fb7de

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

CHANGES-PHP.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> end of maintain: use `https://pecl.php.net/package-changelog.php?package=pinpoint_php`
2+
13
## 0.5.3 2024-07-31
24
- build on win32
35
- build on macos

package.xml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222
<api>0.5.3</api>
2323
</version>
2424
<stability>
25-
<release>alpha</release>
26-
<api>alpha</api>
25+
<release>stable</release>
26+
<api>stable</api>
2727
</stability>
2828
<license uri="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</license>
2929
<notes>
30-
## 0.5.3 2024-07-31
31-
- build on win32
32-
- build on macos
33-
- support SendSpanTimeOutMs=-1
30+
## 0.5.4 2024-08-07
31+
- release stable version
3432
</notes>
3533
<contents>
3634
<dir name="/">
@@ -112,6 +110,23 @@
112110
<extsrcrelease>
113111
</extsrcrelease>
114112
<changelog>
113+
<release>
114+
<stability>
115+
<release>stable</release>
116+
<api>stable</api>
117+
</stability>
118+
<version>
119+
<release>0.5.4</release>
120+
<api>0.5.4</api>
121+
</version>
122+
<date>2024-08-07</date>
123+
<notes>
124+
## What's Changed
125+
## 0.5.4 2024-08-07
126+
- release stable
127+
</notes>
128+
</release>
129+
115130
<release>
116131
<stability>
117132
<release>alpha</release>

php_pinpoint_php.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C" {
2525
extern zend_module_entry pinpoint_php_module_entry;
2626
#define phpext_pinpoint_php_ptr &pinpoint_php_module_entry
2727

28-
#define PHP_PINPOINT_PHP_VERSION "0.5.3"
28+
#define PHP_PINPOINT_PHP_VERSION "0.5.4"
2929

3030
#ifdef PHP_WIN32
3131
#define PHP_PINPOINT_PHP_API __declspec(dllexport)

0 commit comments

Comments
 (0)