Skip to content

Commit

Permalink
release v0.074
Browse files Browse the repository at this point in the history
 - wrap all errors from Pod::Weaver with more detail
 - add better error message when weaver.ini is missing
 - use local time zone everywhere
 - fix blog posts not appearing in certain time zones
 - fix page role abstract to declare it a role
 - add release v0.073 announcement
  • Loading branch information
preaction committed Mar 26, 2016
1 parent 4b683a0 commit 2845e07
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog for Statocles

0.073 2016-03-07T22:44:58
0.074 2016-03-26T04:51:19
- wrap all errors from Pod::Weaver with more detail
- add better error message when weaver.ini is missing
- use local time zone everywhere
- fix blog posts not appearing in certain time zones
- fix page role abstract to declare it a role
- add release v0.073 announcement

0.073 2016-03-07T22:44:58Z
- fix Mojo::Template deprecations
- always push the git deploy
- add release v0.072 announcement
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ my %WriteMakefileArgs = (
"Test::Lib" => 0,
"Test::More" => "1.001005"
},
"VERSION" => "0.073",
"VERSION" => "0.074",
"test" => {
"TESTS" => "t/*.t t/app/*.t t/app/basic/*.t t/app/blog/*.t t/app/perldoc/*.t t/app/role/*.t t/bin/*.t t/command/*.t t/deploy/*.t t/page/*.t t/plugin/*.t t/site/*.t t/store/*.t t/template/*.t t/theme/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Statocles - A static site generator

# VERSION

version 0.073
version 0.074

# STATUS

Expand Down

0 comments on commit 2845e07

Please sign in to comment.