Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jun 29, 2022
1 parent 06e0ca3 commit 943aaa1
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/Mite.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite::App;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

use App::Cmd::Setup -app;

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command.pm
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception;
extends qw(App::Cmd::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/App/Command/clean.pm
Expand Up @@ -7,7 +7,7 @@ use Mite::Miteception;
extends qw(Mite::App::Command);

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

##-

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

##-

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

##-

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Attribute.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Attribute;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

has class =>
is => rw,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Class.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Class;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

use Path::Tiny;

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Config.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Config;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

##-

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

my %constants;
BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/ModuleBuild.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Mite::ModuleBuild;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

use parent 'Module::Build';

Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Project.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Project;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

has sources =>
is => ro,
Expand Down
2 changes: 1 addition & 1 deletion lib/Mite/Source.pm
Expand Up @@ -6,7 +6,7 @@ package Mite::Source;
use Mite::Miteception;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001004';
our $VERSION = '0.001005';

use Mite::Compiled;
use Mite::Class;
Expand Down
7 changes: 7 additions & 0 deletions meta/changes.pret
@@ -1,6 +1,13 @@
# This file acts as the project's changelog.
#

`Mite 0.001005 cpan:TOBYINK`
issued 2022-06-29;
changeset [
item "Minor improvements"^^Documentation;
item "Improve tests for handles"^^Tests;
].

`Mite 0.001004 cpan:TOBYINK`
issued 2022-06-29;
changeset [
Expand Down

0 comments on commit 943aaa1

Please sign in to comment.