Skip to content

Commit

Permalink
release v1.072
Browse files Browse the repository at this point in the history
    - Fixed IRC channel: We've moved to libera.chat
  • Loading branch information
preaction committed May 26, 2021
1 parent 837816d commit 9a70e3e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 38 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog for Yancy

{{ $NEXT }}

- Fixed IRC channel: We've moved to libera.chat

1.071 2021-05-24 12:01:18-05:00 America/Chicago

[Added]
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2020 by Doug Bell.
This software is copyright (c) 2021 by Doug Bell.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2020 by Doug Bell.
This software is Copyright (c) 2021 by Doug Bell.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2020 by Doug Bell.
This software is Copyright (c) 2021 by Doug Bell.

This is free software, licensed under:

Expand Down
66 changes: 33 additions & 33 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,127 +68,127 @@
"provides" : {
"Mojolicious::Plugin::Yancy" : {
"file" : "lib/Mojolicious/Plugin/Yancy.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy" : {
"file" : "lib/Yancy.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Backend::Dbic" : {
"file" : "lib/Yancy/Backend/Dbic.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Backend::Mysql" : {
"file" : "lib/Yancy/Backend/Mysql.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Backend::Pg" : {
"file" : "lib/Yancy/Backend/Pg.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Backend::Role::MojoAsync" : {
"file" : "lib/Yancy/Backend/Role/MojoAsync.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Backend::Role::Relational" : {
"file" : "lib/Yancy/Backend/Role/Relational.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Backend::Role::Sync" : {
"file" : "lib/Yancy/Backend/Role/Sync.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Backend::Sqlite" : {
"file" : "lib/Yancy/Backend/Sqlite.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Command::backend" : {
"file" : "lib/Yancy/Command/backend.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Command::backend::copy" : {
"file" : "lib/Yancy/Command/backend/copy.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Controller::Yancy" : {
"file" : "lib/Yancy/Controller/Yancy.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Controller::Yancy::API" : {
"file" : "lib/Yancy/Controller/Yancy/API.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Controller::Yancy::MultiTenant" : {
"file" : "lib/Yancy/Controller/Yancy/MultiTenant.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::I18N" : {
"file" : "lib/Yancy/I18N.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::I18N::en" : {
"file" : "lib/Yancy/I18N/en.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Model" : {
"file" : "lib/Yancy/Model.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Model::Item" : {
"file" : "lib/Yancy/Model/Item.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Model::Schema" : {
"file" : "lib/Yancy/Model/Schema.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Auth" : {
"file" : "lib/Yancy/Plugin/Auth.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Auth::Basic" : {
"file" : "lib/Yancy/Plugin/Auth/Basic.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Auth::Github" : {
"file" : "lib/Yancy/Plugin/Auth/Github.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Auth::OAuth2" : {
"file" : "lib/Yancy/Plugin/Auth/OAuth2.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Auth::Password" : {
"file" : "lib/Yancy/Plugin/Auth/Password.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Auth::Role::RequireUser" : {
"file" : "lib/Yancy/Plugin/Auth/Role/RequireUser.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Auth::Token" : {
"file" : "lib/Yancy/Plugin/Auth/Token.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Editor" : {
"file" : "lib/Yancy/Plugin/Editor.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::File" : {
"file" : "lib/Yancy/Plugin/File.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Form" : {
"file" : "lib/Yancy/Plugin/Form.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Plugin::Form::Bootstrap4" : {
"file" : "lib/Yancy/Plugin/Form/Bootstrap4.pm",
"version" : "1.071"
"version" : "1.072"
},
"Yancy::Util" : {
"file" : "lib/Yancy/Util.pm",
"version" : "1.071"
"version" : "1.072"
}
},
"release_status" : "stable",
Expand All @@ -202,9 +202,9 @@
"url" : "https://github.com/preaction/Yancy.git",
"web" : "https://github.com/preaction/Yancy"
},
"x_IRC" : "irc://irc.freenode.org/#mojo-yancy"
"x_IRC" : "irc://irc.libera.chat/#mojo-yancy"
},
"version" : "1.071",
"version" : "1.072",
"x_authority" : "cpan:PREACTION",
"x_contributors" : [
"Boris D\u00e4ppen <bdaeppen.perl@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Yancy - The Best Web Framework Deserves the Best CMS

# VERSION

version 1.071
version 1.072

# DESCRIPTION

Expand Down Expand Up @@ -64,7 +64,7 @@ Doug Bell <preaction@cpan.org>

# COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Doug Bell.
This software is copyright (c) 2021 by Doug Bell.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

0 comments on commit 9a70e3e

Please sign in to comment.