summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-03-03 12:13:31 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-03-03 12:13:31 +0100
commit35f5d0474c85a7b1f771ffb6c63ef8ae10615631 (patch)
treefd495fd7bcdc00a706568f93c884a267c0ad0c01
parent3a998918f5579b8c2cf8d07289b2af8a7eb83630 (diff)
Release v0.090.09
-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 fe06ca5..a99dfc8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+Travel::Status::DE::DBWagenreihung 0.09 - Sun Mar 03 2024
+
+ * Add various regional train models
+ * wagongroup_description, train_descriptions: Add short variants
+
Travel::Status::DE::DBWagenreihung 0.08 - Mon Feb 13 2023
* Switch to new API URL; the one used previously has been deactivated
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung
index 588795f..f5255a5 100755
--- a/bin/db-wagenreihung
+++ b/bin/db-wagenreihung
@@ -4,7 +4,7 @@ use warnings;
use 5.020;
use utf8;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
use Getopt::Long;
use List::Util qw(min);
@@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number>
=head1 VERSION
-version 0.08
+version 0.09
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 383ff4f..fdbd77c 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.08';
+our $VERSION = '0.09';
use Carp qw(cluck confess);
use JSON;
@@ -709,7 +709,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API.
=head1 VERSION
-version 0.08
+version 0.09
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 a9c0733..39df717 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.08';
+our $VERSION = '0.09';
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 8c644f8..d0a931e 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.08';
+our $VERSION = '0.09';
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