Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Nov 21, 2023
1 parent 84eff9b commit 8149423
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.013 2023-11-21 23:19:28+00:00 Europe/London

* Bump OpenTelemetry dependency to 0.010, for
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.013",
"VERSION" => "0.014",
"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.013';
our $VERSION = '0.014';

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.013';
our $VERSION = '0.014';

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.013';
our $VERSION = '0.014';

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.013';
our $VERSION = '0.014';

use experimental 'signatures';

Expand Down

0 comments on commit 8149423

Please sign in to comment.