From 46fc90e89e5518d1fbcacb89c4e7ba2310bb3dd3 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 19 Jan 2025 14:35:53 +0100 Subject: Release v0.01 --- Build.PL | 4 ++-- Changelog | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 Changelog diff --git a/Build.PL b/Build.PL index ec4c80e..aa6c4d7 100644 --- a/Build.PL +++ b/Build.PL @@ -30,8 +30,8 @@ Module::Build->new( 'List::Util' => 0, 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, - 'Travel::Status::DE::DBRIS' => '0.10', - 'Travel::Status::DE::DBRIS::Location' => '0.10', + 'Travel::Status::DE::DBRIS' => '0.01', + 'Travel::Status::DE::DBRIS::Location' => '0.01', }, script_files => 'bin/', sign => 1, diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..c7db812 --- /dev/null +++ b/Changelog @@ -0,0 +1,7 @@ +Travel::Routing::DE::DBRIS 0.01 - Sun Jan 19 2025 + + * Initial release + * Supports requesting itineraries from bahn.de with user-specified + departure date/time and modes of transport + * Features that are not implemented yet include proper pricing / passenger + specification, Deutschlandticket, bike carriage, and reservation only -- cgit v1.2.3