Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.07.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 6c3eeb3..280b02a 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Cookie-Baker

 {{$NEXT}}

+0.07 2016-09-21T01:35:56Z
+
+   - Allow quoted cookie values, as per RFC 6265. #8
+
 0.06 2015-06-29T05:53:57Z

    - fix compatibility issue. #4 (Thank you shogo82148)
  • Loading branch information
kazeburo committed Sep 21, 2016
1 parent 5a13f45 commit 86b7f65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Cookie-Baker

{{$NEXT}}

0.07 2016-09-21T01:35:56Z

- Allow quoted cookie values, as per RFC 6265. #8

0.06 2015-06-29T05:53:57Z

- fix compatibility issue. #4 (Thank you shogo82148)
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"web" : "https://github.com/kazeburo/Cookie-Baker"
}
},
"version" : "0.06",
"version" : "0.07",
"x_contributors" : [
"Olaf Alders <[email protected]>",
"Ichinose Shogo <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cookie/Baker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use base qw/Exporter/;
use URI::Escape;

BEGIN {
our $VERSION = "0.06";
our $VERSION = "0.07";
our @EXPORT = qw/bake_cookie crush_cookie/;
my $use_pp = $ENV{COOKIE_BAKER_PP};
if (!$use_pp) {
Expand Down

0 comments on commit 86b7f65

Please sign in to comment.