Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 8aee341

Browse files
authored
Prepare PECL 0.1.3 version (#134)
1 parent ee9fa77 commit 8aee341

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

ext/package.xml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ This extension allows you to easily gather latency and other metadata by watchin
1212
<email>[email protected]</email>
1313
<active>yes</active>
1414
</lead>
15-
<date>2018-01-19</date>
16-
<time>09:52:00</time>
15+
<date>2018-03-02</date>
16+
<time>14:08:00</time>
1717
<version>
18-
<release>0.1.2</release>
19-
<api>0.1.2</api>
18+
<release>0.1.3</release>
19+
<api>0.1.3</api>
2020
</version>
2121
<stability>
2222
<release>alpha</release>
2323
<api>alpha</api>
2424
</stability>
2525
<license>Apache 2.0</license>
2626
<notes>
27-
Fix potential variable naming collision (#97)
27+
Fix segfault on OSX (#129)
2828
</notes>
2929
<contents>
3030
<dir baseinstalldir="/" name="/">
@@ -223,5 +223,20 @@ Fix segfault when specifying attributes in a callback (#93)
223223
Fix potential variable naming collision (#97)
224224
</notes>
225225
</release>
226+
<release>
227+
<version>
228+
<release>0.1.3</release>
229+
<api>0.1.3</api>
230+
</version>
231+
<stability>
232+
<release>alpha</release>
233+
<api>alpha</api>
234+
</stability>
235+
<date>2018-03-02</date>
236+
<license>Apache 2.0</license>
237+
<notes>
238+
Fix segfault on OSX (#129)
239+
</notes>
240+
</release>
226241
</changelog>
227242
</package>

ext/php_opencensus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <sys/time.h>
3131
#endif
3232

33-
#define PHP_OPENCENSUS_VERSION "0.1.2"
33+
#define PHP_OPENCENSUS_VERSION "0.1.3"
3434
#define PHP_OPENCENSUS_EXTNAME "opencensus"
3535

3636
PHP_FUNCTION(opencensus_version);

ext/releases.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@ releases:
5252
stability: alpha
5353
notes: |-
5454
Fix potential variable naming collision (#97)
55+
56+
- date: '2018-03-02'
57+
time: 14:08:00
58+
version: 0.1.3
59+
stability: alpha
60+
notes: |-
61+
Fix segfault on OSX (#129)

0 commit comments

Comments
 (0)