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

Release v0.14

parent 52c8c8f4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
Travel::Status::DE::DBRIS 0.14 - Fri Sep 19 2025

    * dbris-m: Do not break --(raw-)json if the requested stop name is not an
      exact match
    * Location: Set is_additional for additional stops based on text remarks

Travel::Status::DE::DBRIS 0.13 - Mon Aug 25 2025

    * Formation::Group: Update carriage name list (patch by Lili Chelsea Urban)
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.020;

our $VERSION = '0.13';
our $VERSION = '0.14';

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

=head1 VERSION

version 0.13
version 0.14

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -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.13';
our $VERSION = '0.14';

# {{{ Constructors

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

=head1 VERSION

version 0.13
version 0.14

=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.13';
our $VERSION = '0.14';

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.13';
our $VERSION = '0.14';
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