Unverified Commit e2b3c5db authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v0.30

parent 2163aeea
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
Travel::Status::DE::DBRIS 0.30 - Sat Jun 13 2026

    * Fix each request being delayed for 10 seconds by Akamai BMP
    * New dependencies: HTTP::Message ≥ 6.37 and
      IO::Uncompress::Brotli ≥ 0.004_002
    * Update operators and train names (patches by Lili Urban and Thulmi)

Travel::Status::DE::DBRIS 0.29 - Sun May 24 2026

    * dbris-m: location search: show distances if GIS::Distance is available
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.020;

our $VERSION = '0.29';
our $VERSION = '0.30';

use utf8;
use DateTime;
@@ -728,7 +728,7 @@ B<dbris-m> B<?>I<query>|I<lat>B<:>I<lon>

=head1 VERSION

version 0.29
version 0.30

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ use Travel::Status::DE::DBRIS::JourneyAtStop;
use Travel::Status::DE::DBRIS::Journey;
use Travel::Status::DE::DBRIS::Location;

our $VERSION = '0.29';
our $VERSION = '0.30';

# {{{ Constructors

@@ -512,7 +512,7 @@ Non-blocking variant;

=head1 VERSION

version 0.29
version 0.30

=head1 DESCRIPTION

+1 −1
Original line number Diff line number Diff line
@@ -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.29';
our $VERSION = '0.30';

Travel::Status::DE::DBRIS::Formation->mk_ro_accessors(
	qw(direction platform train_type));
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ use utf8;
use parent 'Class::Accessor';
use Carp qw(cluck);

our $VERSION = '0.29';
our $VERSION = '0.30';
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
Loading