summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-10 12:19:49 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-10 12:19:49 +0100
commit7a2fd508f11a1fa4b33c2ab3cdd6689eacd0234d (patch)
treece7e0632f47befeebeb53bccfb5edb6c20cc33d3
parentc1f88f417a7eb91683aca7868f471ed84b06d2ec (diff)
release 0.060.06
-rw-r--r--Changelog5
-rwxr-xr-xbin/db-wagenreihung4
-rw-r--r--lib/Travel/Status/DE/DBWagenreihung.pm4
-rw-r--r--lib/Travel/Status/DE/DBWagenreihung/Section.pm2
-rw-r--r--lib/Travel/Status/DE/DBWagenreihung/Wagon.pm2
5 files changed, 11 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index 85a9f3d..0cad467 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+Travel::Status::DE::DBWagenreihung 0.06 - Sun Jan 10 2021
+
+ * DBWagenreihung: Add train_descriptions accessor
+ * Wagon: Add train_subtype accessor
+
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
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung
index 756785c..b122003 100755
--- a/bin/db-wagenreihung
+++ b/bin/db-wagenreihung
@@ -4,7 +4,7 @@ use warnings;
use 5.020;
use utf8;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
use Getopt::Long;
use List::Util qw(min);
@@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number>
=head1 VERSION
-version 0.05
+version 0.06
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 dd263a4..351e0e0 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.05';
+our $VERSION = '0.06';
use Carp qw(cluck confess);
use JSON;
@@ -641,7 +641,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API.
=head1 VERSION
-version 0.05
+version 0.06
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 7c83a84..5c03d22 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.05';
+our $VERSION = '0.06';
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 060f303..fd3a3d3 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.05';
+our $VERSION = '0.06';
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