Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Nov 17, 2023
1 parent 24af529 commit 98b033e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for OpenTelemetry-Exporter-OTLP

{{$NEXT}}

0.012 2023-11-17 00:07:07+00:00 Europe/London

* Add missing dependency on OpenTelemetry API
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
"Test2::V0" => 0,
"Test::More" => 0
},
"VERSION" => "0.012",
"VERSION" => "0.013",
"test" => {
"TESTS" => "t/*.t t/OpenTelemetry/*.t t/OpenTelemetry/Exporter/*.t t/OpenTelemetry/Exporter/OTLP/Encoder/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTelemetry/Exporter/OTLP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Object::Pad ':experimental(init_expr)';

package OpenTelemetry::Exporter::OTLP;

our $VERSION = '0.012';
our $VERSION = '0.013';

class OpenTelemetry::Exporter::OTLP :does(OpenTelemetry::Exporter) {
use Feature::Compat::Try;
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTelemetry/Exporter/OTLP/Encoder/JSON.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Object::Pad ':experimental(init_expr)';

package OpenTelemetry::Exporter::OTLP::Encoder::JSON;

our $VERSION = '0.012';
our $VERSION = '0.013';

class OpenTelemetry::Exporter::OTLP::Encoder::JSON {
use JSON::MaybeXS;
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTelemetry/Exporter/OTLP/Encoder/Protobuf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Object::Pad ':experimental(init_expr)';

package OpenTelemetry::Exporter::OTLP::Encoder::Protobuf;

our $VERSION = '0.012';
our $VERSION = '0.013';

class OpenTelemetry::Exporter::OTLP::Encoder::Protobuf
:isa(OpenTelemetry::Exporter::OTLP::Encoder::JSON) {
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTelemetry/Proto.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package OpenTelemetry::Proto;
# ABSTRACT: foo

our $VERSION = '0.012';
our $VERSION = '0.013';

use experimental 'signatures';

Expand Down

0 comments on commit 98b033e

Please sign in to comment.