summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog5
-rwxr-xr-xbin/dbris-m4
-rw-r--r--lib/Travel/Status/DE/DBRIS.pm4
-rw-r--r--lib/Travel/Status/DE/DBRIS/Journey.pm2
-rw-r--r--lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm2
-rw-r--r--lib/Travel/Status/DE/DBRIS/Location.pm2
6 files changed, 12 insertions, 7 deletions
diff --git a/Changelog b/Changelog
index bc4120f..998c2bf 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+Travel::Status::DE::DBRIS 0.02 - Sat Jan 25 2025
+
+ * dbris-m: Add -m / --modes-of-transit option
+ * dbirs-m: Fix --json
+
Travel::Status::DE::DBRIS 0.01 - Mon Jan 06 2025
* Initial release
diff --git a/bin/dbris-m b/bin/dbris-m
index b00d142..545d696 100755
--- a/bin/dbris-m
+++ b/bin/dbris-m
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.020;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use utf8;
use DateTime;
@@ -448,7 +448,7 @@ B<dbris-m> B<?>I<query>|I<lat>B<:>I<lon>
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DBRIS.pm b/lib/Travel/Status/DE/DBRIS.pm
index c123d17..5fd7a2e 100644
--- a/lib/Travel/Status/DE/DBRIS.pm
+++ b/lib/Travel/Status/DE/DBRIS.pm
@@ -17,7 +17,7 @@ use Travel::Status::DE::DBRIS::JourneyAtStop;
use Travel::Status::DE::DBRIS::Journey;
use Travel::Status::DE::DBRIS::Location;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
# {{{ Constructors
@@ -381,7 +381,7 @@ Non-blocking variant;
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/DBRIS/Journey.pm b/lib/Travel/Status/DE/DBRIS/Journey.pm
index 98d56cb..01c19e0 100644
--- a/lib/Travel/Status/DE/DBRIS/Journey.pm
+++ b/lib/Travel/Status/DE/DBRIS/Journey.pm
@@ -8,7 +8,7 @@ use parent 'Class::Accessor';
use Travel::Status::DE::DBRIS::Location;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
Travel::Status::DE::DBRIS::Journey->mk_ro_accessors(qw(day train is_cancelled));
diff --git a/lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm b/lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm
index 6fc1e55..f43b19a 100644
--- a/lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm
+++ b/lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm
@@ -6,7 +6,7 @@ use 5.020;
use parent 'Class::Accessor';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
Travel::Status::DE::DBRIS::JourneyAtStop->mk_ro_accessors(
qw(type dep sched_dep rt_dep delay is_cancelled line stop_eva id platform rt_platform destination via via_last
diff --git a/lib/Travel/Status/DE/DBRIS/Location.pm b/lib/Travel/Status/DE/DBRIS/Location.pm
index c4c867d..d9c5cb9 100644
--- a/lib/Travel/Status/DE/DBRIS/Location.pm
+++ b/lib/Travel/Status/DE/DBRIS/Location.pm
@@ -6,7 +6,7 @@ use 5.020;
use parent 'Class::Accessor';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
Travel::Status::DE::DBRIS::Location->mk_ro_accessors(
qw(eva id lat lon name products type is_cancelled is_additional is_separation display_priority