diff --git a/Changes b/Changes index dd27e8d0..d59ca49e 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,11 @@ WARNING: *NEVER* run the test suite in the production tree, as will leave stray logs and files. If you want to run 'make test', do it in a dedicated tree. +2.583 2024-01-01 + + - Expose the format definitions to the API + - Serve the .bare.html file if requested + 2.582 2023-12-16 - i18n: tr (updated) diff --git a/debian/changelog b/debian/changelog index ed1b08ee..599ccfbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +amusewiki (2.583-1+amw1) unstable; urgency=medium + + * New minor release + + -- Marco Pessotto Mon, 01 Jan 2024 11:55:08 +0100 + amusewiki (2.582-1+amw1) unstable; urgency=medium * New release diff --git a/lib/AmuseWikiFarm.pm b/lib/AmuseWikiFarm.pm index a9bc6b23..c56bf568 100644 --- a/lib/AmuseWikiFarm.pm +++ b/lib/AmuseWikiFarm.pm @@ -90,7 +90,7 @@ use Catalyst ( extends 'Catalyst'; -our $VERSION = '2.582'; +our $VERSION = '2.583'; use AmuseWikiFarm::Log::Contextual; use AmuseWikiFarm::Log::Contextual::App;