diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-11-15 18:36:15 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-11-15 18:36:15 +0100 |
| commit | 35707c65bf25204f0cfee8515c2314f19ba8c159 (patch) | |
| tree | 456939ae55bbf60726ad3ddbd546e557ddfcb2b4 | |
| parent | 62b239c8b274f5e1b0e3305031a664bb52e6061f (diff) | |
Release v0.160.16
| -rw-r--r-- | Changelog | 4 | ||||
| -rwxr-xr-x | bin/dbris-m | 4 | ||||
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS.pm | 4 | ||||
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS/Formation.pm | 2 | ||||
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS/Formation/Carriage.pm | 2 | ||||
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS/Formation/Group.pm | 2 | ||||
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS/Formation/Sector.pm | 2 | ||||
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS/Journey.pm | 4 | ||||
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm | 2 | ||||
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS/Location.pm | 2 |
10 files changed, 16 insertions, 12 deletions
@@ -1,3 +1,7 @@ +Travel::Status::DE::DBRIS 0.16 - Sat Nov 15 2025 + + * Formation::Group: Add ICE L and LINT 41; fix CFL KISS detection + Travel::Status::DE::DBRIS 0.15 - Sun Oct 26 2025 * DBRIS: Add optional "failure_cache" key to new / new_p. This causes diff --git a/bin/dbris-m b/bin/dbris-m index d640a7a..008c92d 100755 --- a/bin/dbris-m +++ b/bin/dbris-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.020; -our $VERSION = '0.15'; +our $VERSION = '0.16'; use utf8; use DateTime; @@ -607,7 +607,7 @@ B<dbris-m> B<?>I<query>|I<lat>B<:>I<lon> =head1 VERSION -version 0.15 +version 0.16 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/DBRIS.pm b/lib/Travel/Status/DE/DBRIS.pm index f99d211..cc9d808 100644 --- a/lib/Travel/Status/DE/DBRIS.pm +++ b/lib/Travel/Status/DE/DBRIS.pm @@ -19,7 +19,7 @@ use Travel::Status::DE::DBRIS::JourneyAtStop; use Travel::Status::DE::DBRIS::Journey; use Travel::Status::DE::DBRIS::Location; -our $VERSION = '0.15'; +our $VERSION = '0.16'; # {{{ Constructors @@ -472,7 +472,7 @@ Non-blocking variant; =head1 VERSION -version 0.15 +version 0.16 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/DBRIS/Formation.pm b/lib/Travel/Status/DE/DBRIS/Formation.pm index 05cf405..a9cbb99 100644 --- a/lib/Travel/Status/DE/DBRIS/Formation.pm +++ b/lib/Travel/Status/DE/DBRIS/Formation.pm @@ -12,7 +12,7 @@ use Travel::Status::DE::DBRIS::Formation::Group; use Travel::Status::DE::DBRIS::Formation::Sector; use Travel::Status::DE::DBRIS::Formation::Carriage; -our $VERSION = '0.15'; +our $VERSION = '0.16'; Travel::Status::DE::DBRIS::Formation->mk_ro_accessors( qw(direction platform train_type)); diff --git a/lib/Travel/Status/DE/DBRIS/Formation/Carriage.pm b/lib/Travel/Status/DE/DBRIS/Formation/Carriage.pm index b16a8cd..104a4ba 100644 --- a/lib/Travel/Status/DE/DBRIS/Formation/Carriage.pm +++ b/lib/Travel/Status/DE/DBRIS/Formation/Carriage.pm @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use Carp qw(cluck); -our $VERSION = '0.15'; +our $VERSION = '0.16'; Travel::Status::DE::DBRIS::Formation::Carriage->mk_ro_accessors( qw(class_type is_closed is_dosto is_locomotive is_powercar number model section uic_id type diff --git a/lib/Travel/Status/DE/DBRIS/Formation/Group.pm b/lib/Travel/Status/DE/DBRIS/Formation/Group.pm index fa8ca40..3572c9a 100644 --- a/lib/Travel/Status/DE/DBRIS/Formation/Group.pm +++ b/lib/Travel/Status/DE/DBRIS/Formation/Group.pm @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use List::Util qw(uniq); -our $VERSION = '0.15'; +our $VERSION = '0.16'; Travel::Status::DE::DBRIS::Formation::Group->mk_ro_accessors( qw(designation name train_no train_type description desc_short destination has_sectors model series start_percent end_percent) diff --git a/lib/Travel/Status/DE/DBRIS/Formation/Sector.pm b/lib/Travel/Status/DE/DBRIS/Formation/Sector.pm index 0ba0eb3..bba0010 100644 --- a/lib/Travel/Status/DE/DBRIS/Formation/Sector.pm +++ b/lib/Travel/Status/DE/DBRIS/Formation/Sector.pm @@ -7,7 +7,7 @@ use utf8; use parent 'Class::Accessor'; -our $VERSION = '0.15'; +our $VERSION = '0.16'; Travel::Status::DE::DBRIS::Formation::Sector->mk_ro_accessors( qw(name start_percent end_percent length_percent start_meters end_meters length_meters cube_meters cube_percent) diff --git a/lib/Travel/Status/DE/DBRIS/Journey.pm b/lib/Travel/Status/DE/DBRIS/Journey.pm index 667c115..17ee1ea 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.15'; +our $VERSION = '0.16'; # ->number is deprecated # TODO: Rename ->train, ->train_no to ->trip, ->trip_no @@ -201,7 +201,7 @@ journey received by Travel::Status::DE::DBRIS =head1 VERSION -version 0.15 +version 0.16 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm b/lib/Travel/Status/DE/DBRIS/JourneyAtStop.pm index 9ee3e6a..964bd07 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.15'; +our $VERSION = '0.16'; 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_last diff --git a/lib/Travel/Status/DE/DBRIS/Location.pm b/lib/Travel/Status/DE/DBRIS/Location.pm index b52819c..0e65bde 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.15'; +our $VERSION = '0.16'; Travel::Status::DE::DBRIS::Location->mk_ro_accessors( qw(eva id lat lon name products type is_cancelled is_additional is_separation display_priority |
