Skip to content

Commit 57c8582

Browse files
committed
Checking in changes prior to tagging of version 0.26.
Changelog diff is: diff --git a/Changes b/Changes index 298f3e4..a6058a5 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension GitLab-API-v4. {{$NEXT}} +0.26 2021-01-30T07:10:57Z + - Changed licensing terms to be the same as Perl 5. - Add the user_memeberships method. - Remove file renaming before upload.
1 parent 0d64fcb commit 57c8582

File tree

11 files changed

+12
-10
lines changed

11 files changed

+12
-10
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Perl extension GitLab-API-v4.
22

33
{{$NEXT}}
44

5+
0.26 2021-01-30T07:10:57Z
6+
57
- Changed licensing terms to be the same as Perl 5.
68
- Add the user_memeberships method.
79
- Remove file renaming before upload.

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"web" : "https://github.com/bluefeet/GitLab-API-v4"
8888
}
8989
},
90-
"version" : "0.25",
90+
"version" : "0.26",
9191
"x_authority" : "cpan:BLUEFEET",
9292
"x_contributors" : [
9393
"Dave Webb <github@d5ve.com>",

lib/GitLab/API/v4.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

lib/GitLab/API/v4/Config.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4::Config;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

lib/GitLab/API/v4/Constants.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4::Constants;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

lib/GitLab/API/v4/Mock.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4::Mock;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

lib/GitLab/API/v4/Mock/Engine.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4::Mock::Engine;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

lib/GitLab/API/v4/Mock/RESTClient.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4::Mock::RESTClient;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

lib/GitLab/API/v4/Paginator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4::Paginator;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

lib/GitLab/API/v4/RESTClient.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4::RESTClient;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

0 commit comments

Comments
 (0)