Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jul 11, 2022
1 parent 1513f57 commit e41bfa3
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lib/Mite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::App;
use Mite::Miteception -all;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

has commands => (
is => ro,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::App::Command;
use Mite::Miteception -all;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

has app => (
is => ro,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command/clean.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception -all;
extends qw(Mite::App::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command/compile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception -all;
extends qw(Mite::App::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command/init.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception -all;
extends qw(Mite::App::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command/preview.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception -all;
extends qw(Mite::App::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Attribute.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::Attribute;
use Mite::Miteception qw( -all !lazy );

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

has _order =>
is => rw,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception -all;
extends qw(Mite::Role);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

use Path::Tiny;
use mro;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Compiled.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::Compiled;
use Mite::Miteception -all;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

use Path::Tiny;

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::Config;
use Mite::Miteception -all;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

has mite_dir_name =>
is => ro,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/MakeMaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::MakeMaker;
use Mite::Miteception -all;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Miteception.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

use Import::Into;
use Mite::Shim ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/ModuleBuild.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite::ModuleBuild;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

use parent 'Module::Build';

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Project.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::Project;
use Mite::Miteception -all;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

has sources =>
is => ro,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Role.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::Role;
use Mite::Miteception -all;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

use Path::Tiny;
use B ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Role/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception -all;
extends qw(Mite::Role);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

sub inhale {
my ( $class, $rolename, %args ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Source.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mite::Source;
use Mite::Miteception -all;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.006008';
our $VERSION = '0.006009';

has file =>
is => ro,
Expand Down
9 changes: 9 additions & 0 deletions meta/changes.pret
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# This file acts as the project's changelog.
#

`Mite 0.006009 cpan:TOBYINK`
issued 2022-07-11;
changeset [
item [
a dcs:Change, dcs:Documentation;
label "Internally cleaned up the type constraints for the different options when defining an attribute; documented them better.";
];
].

`Mite 0.006008 cpan:TOBYINK`
issued 2022-07-11;
changeset [
Expand Down

0 comments on commit e41bfa3

Please sign in to comment.