From 89e7031f2b03a83cd32d67ed1dd22f46df202518 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 29 Mar 2024 12:52:29 +0100 Subject: Release v0.12 --- Changelog | 4 ++++ bin/db-wagenreihung | 4 ++-- lib/Travel/Status/DE/DBWagenreihung.pm | 4 ++-- lib/Travel/Status/DE/DBWagenreihung/Section.pm | 2 +- lib/Travel/Status/DE/DBWagenreihung/Wagon.pm | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index a2306ef..180af91 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +Travel::Status::DE::DBWagenreihung 0.12 - Fri Mar 29 2024 + + * Wagon: Add is_closed accessor + Travel::Status::DE::DBWagenreihung 0.11 - Thu Mar 07 2024 * Add another regional train model diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index 73bbdb4..7a1d63c 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.11'; +our $VERSION = '0.12'; use Getopt::Long; use List::Util qw(min); @@ -172,7 +172,7 @@ B I I =head1 VERSION -version 0.11 +version 0.12 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 09abb79..ffb55ab 100644 --- a/lib/Travel/Status/DE/DBWagenreihung.pm +++ b/lib/Travel/Status/DE/DBWagenreihung.pm @@ -5,7 +5,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.11'; +our $VERSION = '0.12'; use Carp qw(cluck confess); use JSON; @@ -770,7 +770,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API. =head1 VERSION -version 0.11 +version 0.12 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 c93f2dd..4ac1753 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.11'; +our $VERSION = '0.12'; 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 ffc3e58..819508c 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.11'; +our $VERSION = '0.12'; Travel::Status::DE::DBWagenreihung::Wagon->mk_ro_accessors( qw(attributes class_type group_index has_ac has_accessibility has_bahn_comfort has_bike_storage has_bistro has_compartments -- cgit v1.2.3