summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-02-13 17:31:27 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-02-13 17:31:27 +0100
commitc84338838750cd52a34c365964c983a45f18ae1c (patch)
tree2da87097bae2ed8cd96c17a57638f7151c5fbb79
parent9f6ef2d2b79b089f132975733641cf7b247e502d (diff)
Release v0.080.08
-rw-r--r--Changelog4
-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, 10 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index 3a16278..fe06ca5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Travel::Status::DE::DBWagenreihung 0.08 - Mon Feb 13 2023
+
+ * Switch to new API URL; the one used previously has been deactivated
+
Travel::Status::DE::DBWagenreihung 0.07 - Sat Jan 07 2023
* Add ICE 3neo (model 408)
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung
index 3ca55cd..8932f15 100755
--- a/bin/db-wagenreihung
+++ b/bin/db-wagenreihung
@@ -4,7 +4,7 @@ use warnings;
use 5.020;
use utf8;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
use Getopt::Long;
use List::Util qw(min);
@@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number>
=head1 VERSION
-version 0.07
+version 0.08
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 d3c7334..d3b1363 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.07';
+our $VERSION = '0.08';
use Carp qw(cluck confess);
use JSON;
@@ -625,7 +625,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API.
=head1 VERSION
-version 0.07
+version 0.08
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 e21cc44..a9c0733 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.07';
+our $VERSION = '0.08';
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 c9f6038..8c644f8 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.07';
+our $VERSION = '0.08';
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