Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Nov 23, 2023
1 parent 4d4875e commit 7170056
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.014 2023-11-23 19:32:20+00:00 Europe/London

* Bump Object::Pad dependency to 0.74 to ensure
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ my %WriteMakefileArgs = (
"Test2::V0" => 0,
"Test::More" => 0
},
"VERSION" => "0.014",
"VERSION" => "0.015",
"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.014';
our $VERSION = '0.015';

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.014';
our $VERSION = '0.015';

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.014';
our $VERSION = '0.015';

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.014';
our $VERSION = '0.015';

use experimental 'signatures';

Expand Down

0 comments on commit 7170056

Please sign in to comment.