[go: nahoru, domu]

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

Commit

Permalink
Prepare PECL 0.2.1 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Apr 18, 2018
1 parent 77e75c8 commit c26ab86
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
28 changes: 22 additions & 6 deletions ext/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ This extension allows you to easily gather latency and other metadata by watchin
<email>chingor@google.com</email>
<active>yes</active>
</lead>
<date>2018-04-02</date>
<time>12:19:00</time>
<date>2018-04-18</date>
<time>14:21:00</time>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license>Apache 2.0</license>
<notes>
- Adds Span kind (#151)
- Adds Span sameProcessAsParentSpan (#153)
- Preserve annotation, link, and message event options (#171)
- Preserve span stacktrace when provided as an option (#171)
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -274,5 +274,21 @@ Fix handling startTime when passed to opencensus_trace_begin (#135)
- Adds Span sameProcessAsParentSpan (#153)
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2018-04-18</date>
<license>Apache 2.0</license>
<notes>
- Preserve annotation, link, and message event options (#171)
- Preserve span stacktrace when provided as an option (#171)
</notes>
</release>
</changelog>
</package>
2 changes: 1 addition & 1 deletion ext/php_opencensus.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <sys/time.h>
#endif

#define PHP_OPENCENSUS_VERSION "0.2.0"
#define PHP_OPENCENSUS_VERSION "0.2.1"
#define PHP_OPENCENSUS_EXTNAME "opencensus"

PHP_FUNCTION(opencensus_version);
Expand Down
10 changes: 9 additions & 1 deletion ext/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,12 @@ releases:
stability: alpha
notes: |-
- Adds Span kind (#151)
- Adds Span sameProcessAsParentSpan (#153)
- Adds Span sameProcessAsParentSpan (#153)
- date: '2018-04-18'
time: 14:21:00
version: 0.2.1
stability: alpha
notes: |-
- Preserve annotation, link, and message event options (#171)
- Preserve span stacktrace when provided as an option (#171)

0 comments on commit c26ab86

Please sign in to comment.