diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-26 19:25:55 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-26 19:25:55 +0100 |
commit | a547b103d9f7a0f248d79acdae1c1018093dfebc (patch) | |
tree | 5adad9ce77e60ea880771c0126e72142002399d2 | |
parent | f021c6b2a22d414edb9d34f1b388367ac3094645 (diff) |
Release v0.050.05
-rw-r--r-- | Changelog | 4 | ||||
-rwxr-xr-x | bin/db-wagenreihung | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/DBWagenreihung.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/DBWagenreihung/Section.pm | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/DBWagenreihung/Wagon.pm | 2 |
5 files changed, 10 insertions, 6 deletions
@@ -1,3 +1,7 @@ +Travel::Status::DE::DBWagenreihung 0.05 - Sat Dec 26 2020 + + * Distinguish between ICE 3 403 series 1/2 and ICE T 411 series 1/2 + Travel::Status::DE::DBWagenreihung 0.04 - Sat Dec 26 2020 * Distinguish between IC2 KISS / IC2 Twindexx and ICE T 411 / ICE T 415 diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index 40903ae..9c0c0d5 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use Getopt::Long; use List::Util qw(min); @@ -160,7 +160,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.04 +version 0.05 This is beta software: API and output format may change without notice. diff --git a/lib/Travel/Status/DE/DBWagenreihung.pm b/lib/Travel/Status/DE/DBWagenreihung.pm index bcf5c85..0519246 100644 --- a/lib/Travel/Status/DE/DBWagenreihung.pm +++ b/lib/Travel/Status/DE/DBWagenreihung.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.020; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use Carp qw(cluck confess); use JSON; @@ -499,7 +499,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API. =head1 VERSION -version 0.04 +version 0.05 This is beta software. The API may change without notice. diff --git a/lib/Travel/Status/DE/DBWagenreihung/Section.pm b/lib/Travel/Status/DE/DBWagenreihung/Section.pm index b1faad3..7c83a84 100644 --- a/lib/Travel/Status/DE/DBWagenreihung/Section.pm +++ b/lib/Travel/Status/DE/DBWagenreihung/Section.pm @@ -7,7 +7,7 @@ use utf8; use parent 'Class::Accessor'; -our $VERSION = '0.04'; +our $VERSION = '0.05'; Travel::Status::DE::DBWagenreihung::Section->mk_ro_accessors( qw(name start_percent end_percent length_percent start_meters end_meters length_meters) diff --git a/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm b/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm index 81daaf8..319c919 100644 --- a/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm +++ b/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use Carp qw(cluck); -our $VERSION = '0.04'; +our $VERSION = '0.05'; Travel::Status::DE::DBWagenreihung::Wagon->mk_ro_accessors( qw(attributes class_type has_ac has_accessibility has_bahn_comfort has_bike_storage has_bistro has_compartments has_family_area |