diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-13 09:53:55 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-13 09:53:55 +0200 |
commit | c33105f78f3308c9bea6cc5d900c3f857fee240a (patch) | |
tree | d288afebaeb1d5aef9cb9d168e232a20896bb0f1 | |
parent | 349a00f0245132a1f9e751ebdf9318728800a45f (diff) |
v0.2.2
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-opencensus.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #196 opencensus version 0.2.1 ] { +Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { - Functions { Function [ <internal:opencensus> function opencensus_version ] { diff --git a/php-pecl-opencensus.spec b/php-pecl-opencensus.spec index 50a582f..1b1baa9 100644 --- a/php-pecl-opencensus.spec +++ b/php-pecl-opencensus.spec @@ -24,7 +24,7 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 0.2.1 +%global upstream_version 0.2.2 #global upstream_prever RC2 Summary: A stats collection and distributed tracing framework @@ -230,6 +230,9 @@ fi %changelog +* Sun May 13 2018 Remi Collet <remi@remirepo.net> - 0.2.2-1 +- update to 0.2.2 + * Thu Apr 19 2018 Remi Collet <remi@remirepo.net> - 0.2.1-1 - update to 0.2.1 |