Skip to content

Commit

Permalink
Release v0.017
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Jul 18, 2024
1 parent c4b2062 commit c9372fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for OpenTelemetry-Exporter-OTLP

{{$NEXT}}
0.017 2024-07-18 09:30:57+01:00 Europe/London

0.016001 2024-06-28 22:39:20+01:00 Europe/London (TRIAL RELEASE)

Expand Down
20 changes: 10 additions & 10 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,30 +77,30 @@
"provides" : {
"OpenTelemetry::Exporter::OTLP" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP.pm",
"version" : "0.016001"
"version" : "0.017"
},
"OpenTelemetry::Exporter::OTLP::Encoder::JSON" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP/Encoder/JSON.pm",
"version" : "0.016001"
"version" : "0.017"
},
"OpenTelemetry::Exporter::OTLP::Encoder::Protobuf" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP/Encoder/Protobuf.pm",
"version" : "0.016001"
"version" : "0.017"
},
"OpenTelemetry::Exporter::OTLP::Logs" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP/Logs.pm",
"version" : "0.016001"
"version" : "0.017"
},
"OpenTelemetry::Exporter::OTLP::Traces" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP/Traces.pm",
"version" : "0.016001"
"version" : "0.017"
},
"OpenTelemetry::Proto" : {
"file" : "lib/OpenTelemetry/Proto.pm",
"version" : "0.016001"
"version" : "0.017"
}
},
"release_status" : "testing",
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/jjatria/perl-opentelemetry-exporter-otlp/issues"
Expand All @@ -111,7 +111,7 @@
"web" : "https://github.com/jjatria/perl-opentelemetry-exporter-otlp"
}
},
"version" : "0.016001",
"version" : "0.017",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.038002"
Expand Down Expand Up @@ -342,7 +342,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.016001",
"tag" : "0.017",
"tag_format" : "%v",
"tag_message" : ""
},
Expand Down Expand Up @@ -556,7 +556,7 @@
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : 1
"is_trial" : 0
},
"version" : "6.031"
}
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.016002",
"VERSION" => "0.017",
"test" => {
"TESTS" => "t/*.t t/OpenTelemetry/*.t t/OpenTelemetry/Exporter/OTLP/*.t t/OpenTelemetry/Exporter/OTLP/Encoder/*.t"
}
Expand Down

0 comments on commit c9372fc

Please sign in to comment.