diff --git a/Changes b/Changes index 45708d5..d7f8802 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Test::MockModule +v0.170.0 +- 182d066 Fix versioning for semver conversion + PAUSE - Geoff Franks +- 4afeedf release v0.17.0 - CI Bot +- 9df8ac4 Add CI pipeline for releasing to cpan - Geoff Franks +- 577350e Pod - provide a code snippet for original usage - Nicolas R +- 3e4ec72 Add missing pod entries - Geoff Franks + v0.16 - Fixes an issue where warnings were thrown for mismatched prototypes, when mocking a prototyped function. diff --git a/lib/Test/MockModule.pm b/lib/Test/MockModule.pm index 20a8b8b..78aa1a7 100644 --- a/lib/Test/MockModule.pm +++ b/lib/Test/MockModule.pm @@ -5,7 +5,7 @@ use vars qw/$VERSION/; use Scalar::Util qw/reftype weaken/; use Carp; use SUPER; -$VERSION = '0.17.0'; +$VERSION = '0.170.0'; my %mocked; sub new {