From 70033e0073c04903e228f0535bf68d55106779e0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 Mar 2015 19:40:37 +0100 Subject: version bump --- Changelog | 11 ++++++++--- bin/db-iris | 4 ++-- lib/Travel/Status/DE/IRIS.pm | 4 ++-- lib/Travel/Status/DE/IRIS/Result.pm | 4 ++-- lib/Travel/Status/DE/IRIS/Stations.pm | 4 ++-- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Changelog b/Changelog index 22a9a59..d7e21ba 100644 --- a/Changelog +++ b/Changelog @@ -1,8 +1,13 @@ +Travel::Status::DE::IRIS 0.08 - Thu Mar 12 2015 + + * Clarify Result->train_id documentation + * Add IRIS delay/qos keys 13, 60, 75, 76 + Travel::Status::DE::IRIS 0.07 - Fri Jan 09 2015 - * Fix a crash related to unscheduled additional stops in a train's route - * Improve Travel::Status::DE::IRIS::Stations matching - * Add IRIS delay/qos keys 56, 59, 61, 65, 73, 74, 77 + * Fix a crash related to unscheduled additional stops in a train's route + * Improve Travel::Status::DE::IRIS::Stations matching + * Add IRIS delay/qos keys 56, 59, 61, 65, 73, 74, 77 Travel::Status::DE::IRIS 0.06 - Mon Nov 03 2014 diff --git a/bin/db-iris b/bin/db-iris index f05e718..73592ba 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '0.07'; +our $VERSION = '0.08'; use Carp; use DateTime; @@ -387,7 +387,7 @@ I =head1 VERSION -version 0.07 +version 0.08 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 9b5b46d..ae614dc 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -6,7 +6,7 @@ use 5.014; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '0.07'; +our $VERSION = '0.08'; use Carp qw(confess cluck); use DateTime; @@ -327,7 +327,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 0.07 +version 0.08 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 9cb3ddb..d4e3821 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -14,7 +14,7 @@ use DateTime::Format::Strptime; use List::Compare; use List::MoreUtils qw(none uniq firstval); -our $VERSION = '0.07'; +our $VERSION = '0.08'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -672,7 +672,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 0.07 +version 0.08 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index e26b024..466699c 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -7,7 +7,7 @@ use utf8; use List::MoreUtils qw(firstval); -our $VERSION = '0.07'; +our $VERSION = '0.08'; my @stations = ( @@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping =head1 VERSION -version 0.07 +version 0.08 =head1 DESCRIPTION -- cgit v1.2.3