Skip to content

Commit

Permalink
Release v0.010
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Aug 30, 2022
1 parent a80d4b9 commit a5f5161
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Revision history for NewFangle::Agent

{{$NEXT}}

0.010 2022-08-30 12:12:27 BST

* Fixed an issue where environment variables would only be read into
the global config if they were truthy. This has been changed so they
are read if they are defined. This is similar to the issue fixed in
Expand Down
16 changes: 8 additions & 8 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,27 @@
"provides" : {
"NewFangle::Agent" : {
"file" : "lib/NewFangle/Agent.pm",
"version" : "0.009"
"version" : "0.010"
},
"NewFangle::Agent::Config" : {
"file" : "lib/NewFangle/Agent/Config.pm",
"version" : "0.009"
"version" : "0.010"
},
"NewFangle::Agent::SegmentStarter::DBI::st" : {
"file" : "lib/NewFangle/Agent/SegmentStarter/DBI/st.pm",
"version" : "0.009"
"version" : "0.010"
},
"NewFangle::Agent::SegmentStarter::HTTP::Tiny" : {
"file" : "lib/NewFangle/Agent/SegmentStarter/HTTP/Tiny.pm",
"version" : "0.009"
"version" : "0.010"
},
"NewFangle::Agent::SegmentStarter::LWP::UserAgent" : {
"file" : "lib/NewFangle/Agent/SegmentStarter/LWP/UserAgent.pm",
"version" : "0.009"
"version" : "0.010"
},
"Plack::Middleware::NewFangle" : {
"file" : "lib/Plack/Middleware/NewFangle.pm",
"version" : "0.009"
"version" : "0.010"
}
},
"release_status" : "stable",
Expand All @@ -109,7 +109,7 @@
"web" : "https://github.com/cv-library/NewFangle-Agent"
}
},
"version" : "0.009",
"version" : "0.010",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.036000"
Expand Down Expand Up @@ -340,7 +340,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.009",
"tag" : "0.010",
"tag_format" : "%v",
"tag_message" : ""
},
Expand Down

0 comments on commit a5f5161

Please sign in to comment.