summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-02-26 18:46:10 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-02-26 18:46:10 +0100
commite7867caf2ef6877dc513f438a6a1fe7d4b7fc5c5 (patch)
tree4ada0a983d13775f03eb306423f26798a167cd1f
parent1557c7162f2192acd1a3970f03581a0b516af193 (diff)
Release v0.040.04
-rw-r--r--Changelog6
-rwxr-xr-xbin/hafas4
-rw-r--r--lib/Travel/Routing/DE/HAFAS.pm4
-rw-r--r--lib/Travel/Routing/DE/HAFAS/Connection.pm4
-rw-r--r--lib/Travel/Routing/DE/HAFAS/Connection/Section.pm4
-rw-r--r--lib/Travel/Routing/DE/HAFAS/Utils.pm2
6 files changed, 15 insertions, 9 deletions
diff --git a/Changelog b/Changelog
index 13e0842..5dee7f3 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+Travel::Routing::DE::HAFAS 0.04 - Mon Feb 26 2024
+
+ * hafas: Add --raw-json option
+ * Handle undefined occupancy and partial cancellations
+ * Update ÖBB modes of transport (mot list)
+
Travel::Routing::DE::HAFAS 0.03 - Sun Dec 10 2023
* hafas: Add --depart and -a / --arrive options
diff --git a/bin/hafas b/bin/hafas
index dad10d3..81c8784 100755
--- a/bin/hafas
+++ b/bin/hafas
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.014;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
use utf8;
use DateTime;
@@ -451,7 +451,7 @@ B<hafas> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>]
=head1 VERSION
-version 0.03
+version 0.04
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/HAFAS.pm b/lib/Travel/Routing/DE/HAFAS.pm
index 4fdcfa5..0b535f2 100644
--- a/lib/Travel/Routing/DE/HAFAS.pm
+++ b/lib/Travel/Routing/DE/HAFAS.pm
@@ -18,7 +18,7 @@ use Travel::Routing::DE::HAFAS::Connection;
use Travel::Status::DE::HAFAS::Location;
use Travel::Status::DE::HAFAS::Message;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
# {{{ Endpoint Definition
@@ -678,7 +678,7 @@ Travel::Routing::DE::HAFAS - Interface to HAFAS itinerary services
=head1 VERSION
-version 0.03
+version 0.04
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/HAFAS/Connection.pm b/lib/Travel/Routing/DE/HAFAS/Connection.pm
index 2727be3..e7c6a3a 100644
--- a/lib/Travel/Routing/DE/HAFAS/Connection.pm
+++ b/lib/Travel/Routing/DE/HAFAS/Connection.pm
@@ -11,7 +11,7 @@ use DateTime::Duration;
use Travel::Routing::DE::HAFAS::Utils;
use Travel::Routing::DE::HAFAS::Connection::Section;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
Travel::Routing::DE::HAFAS::Connection->mk_ro_accessors(
qw(changes duration sched_dep rt_dep sched_arr rt_arr dep arr dep_platform arr_platform dep_loc arr_loc dep_cancelled arr_cancelled is_cancelled load)
@@ -198,7 +198,7 @@ Travel::Routing::DE::HAFAS::Connection - A single connection between two stops
=head1 VERSION
-version 0.03
+version 0.04
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm
index cb21894..bab029c 100644
--- a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm
+++ b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm
@@ -11,7 +11,7 @@ use DateTime::Duration;
use Travel::Routing::DE::HAFAS::Utils;
use Travel::Status::DE::HAFAS::Journey;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
Travel::Routing::DE::HAFAS::Connection::Section->mk_ro_accessors(
qw(type schep_dep rt_dep sched_arr rt_arr dep arr arr_delay dep_delay journey distance duration transfer_duration dep_loc arr_loc
@@ -198,7 +198,7 @@ Travel::Routing::DE::HAFAS::Connection::Section - A single trip between two stop
=head1 VERSION
-version 0.03
+version 0.04
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/HAFAS/Utils.pm b/lib/Travel/Routing/DE/HAFAS/Utils.pm
index 614b776..665a98e 100644
--- a/lib/Travel/Routing/DE/HAFAS/Utils.pm
+++ b/lib/Travel/Routing/DE/HAFAS/Utils.pm
@@ -43,7 +43,7 @@ None.
=head1 VERSION
-version 0.03
+version 0.04
=head1 METHODS