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

Commit c26ab86

Browse files
authored
Prepare PECL 0.2.1 (#174)
1 parent 77e75c8 commit c26ab86

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

ext/package.xml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ This extension allows you to easily gather latency and other metadata by watchin
1212
<email>chingor@google.com</email>
1313
<active>yes</active>
1414
</lead>
15-
<date>2018-04-02</date>
16-
<time>12:19:00</time>
15+
<date>2018-04-18</date>
16+
<time>14:21:00</time>
1717
<version>
18-
<release>0.2.0</release>
19-
<api>0.2.0</api>
18+
<release>0.2.1</release>
19+
<api>0.2.1</api>
2020
</version>
2121
<stability>
2222
<release>alpha</release>
2323
<api>alpha</api>
2424
</stability>
2525
<license>Apache 2.0</license>
2626
<notes>
27-
- Adds Span kind (#151)
28-
- Adds Span sameProcessAsParentSpan (#153)
27+
- Preserve annotation, link, and message event options (#171)
28+
- Preserve span stacktrace when provided as an option (#171)
2929
</notes>
3030
<contents>
3131
<dir baseinstalldir="/" name="/">
@@ -274,5 +274,21 @@ Fix handling startTime when passed to opencensus_trace_begin (#135)
274274
- Adds Span sameProcessAsParentSpan (#153)
275275
</notes>
276276
</release>
277+
<release>
278+
<version>
279+
<release>0.2.1</release>
280+
<api>0.2.1</api>
281+
</version>
282+
<stability>
283+
<release>alpha</release>
284+
<api>alpha</api>
285+
</stability>
286+
<date>2018-04-18</date>
287+
<license>Apache 2.0</license>
288+
<notes>
289+
- Preserve annotation, link, and message event options (#171)
290+
- Preserve span stacktrace when provided as an option (#171)
291+
</notes>
292+
</release>
277293
</changelog>
278294
</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.2.0"
33+
#define PHP_OPENCENSUS_VERSION "0.2.1"
3434
#define PHP_OPENCENSUS_EXTNAME "opencensus"
3535

3636
PHP_FUNCTION(opencensus_version);

ext/releases.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,12 @@ releases:
7373
stability: alpha
7474
notes: |-
7575
- Adds Span kind (#151)
76-
- Adds Span sameProcessAsParentSpan (#153)
76+
- Adds Span sameProcessAsParentSpan (#153)
77+
78+
- date: '2018-04-18'
79+
time: 14:21:00
80+
version: 0.2.1
81+
stability: alpha
82+
notes: |-
83+
- Preserve annotation, link, and message event options (#171)
84+
- Preserve span stacktrace when provided as an option (#171)

0 commit comments

Comments
 (0)