diff --git a/src/lib.rs b/src/lib.rs index 98f813ea3..af2f07ecd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ mod version_utils; pub mod vptranslator; /// Current version of the NTFS format -pub const NTFS_VERSION: &str = "0.11.4"; +pub const NTFS_VERSION: &str = "0.12.0"; /// The max distance in meters to compute the transfer pub const TRANSFER_MAX_DISTANCE: &str = "300"; diff --git a/src/ntfs/mod.rs b/src/ntfs/mod.rs index c77652801..5f6e74da4 100644 --- a/src/ntfs/mod.rs +++ b/src/ntfs/mod.rs @@ -465,7 +465,7 @@ mod tests { ("feed_end_date".to_string(), "20180131".to_string()), ("feed_publisher_name".to_string(), "Nicaragua".to_string()), ("feed_start_date".to_string(), "20180130".to_string()), - ("ntfs_version".to_string(), "0.11.4".to_string()), + ("ntfs_version".to_string(), "0.12.0".to_string()), ("tartare_platform".to_string(), "dev".to_string()), ], collections diff --git a/tests/fixtures/gtfs2ntfs/full_output/feed_infos.txt b/tests/fixtures/gtfs2ntfs/full_output/feed_infos.txt index 42018b398..177877ffb 100644 --- a/tests/fixtures/gtfs2ntfs/full_output/feed_infos.txt +++ b/tests/fixtures/gtfs2ntfs/full_output/feed_infos.txt @@ -7,6 +7,6 @@ feed_license,DefaultDatasourceLicense feed_license_url,http://www.default-datasource-website.com feed_publisher_name,DefaultContributorName feed_start_date,20180101 -ntfs_version,0.11.4 +ntfs_version,0.12.0 tartare_contributor_id,DefaultContributorId tartare_platform,dev diff --git a/tests/fixtures/gtfs2ntfs/minimal/output/feed_infos.txt b/tests/fixtures/gtfs2ntfs/minimal/output/feed_infos.txt index 67138039d..4f1fd391b 100644 --- a/tests/fixtures/gtfs2ntfs/minimal/output/feed_infos.txt +++ b/tests/fixtures/gtfs2ntfs/minimal/output/feed_infos.txt @@ -4,4 +4,4 @@ feed_creation_time,17:19:00 feed_creation_datetime,2019-04-03T17:19:00+00:00 feed_end_date,20180106 feed_start_date,20180101 -ntfs_version,0.11.4 +ntfs_version,0.12.0 diff --git a/tests/fixtures/gtfs2ntfs/routes_comments/output/feed_infos.txt b/tests/fixtures/gtfs2ntfs/routes_comments/output/feed_infos.txt index 67138039d..4f1fd391b 100644 --- a/tests/fixtures/gtfs2ntfs/routes_comments/output/feed_infos.txt +++ b/tests/fixtures/gtfs2ntfs/routes_comments/output/feed_infos.txt @@ -4,4 +4,4 @@ feed_creation_time,17:19:00 feed_creation_datetime,2019-04-03T17:19:00+00:00 feed_end_date,20180106 feed_start_date,20180101 -ntfs_version,0.11.4 +ntfs_version,0.12.0 diff --git a/tests/fixtures/gtfs2ntfs/routes_comments/output_as_lines/feed_infos.txt b/tests/fixtures/gtfs2ntfs/routes_comments/output_as_lines/feed_infos.txt index 67138039d..4f1fd391b 100644 --- a/tests/fixtures/gtfs2ntfs/routes_comments/output_as_lines/feed_infos.txt +++ b/tests/fixtures/gtfs2ntfs/routes_comments/output_as_lines/feed_infos.txt @@ -4,4 +4,4 @@ feed_creation_time,17:19:00 feed_creation_datetime,2019-04-03T17:19:00+00:00 feed_end_date,20180106 feed_start_date,20180101 -ntfs_version,0.11.4 +ntfs_version,0.12.0 diff --git a/tests/fixtures/restrict-validity-period/output/feed_infos.txt b/tests/fixtures/restrict-validity-period/output/feed_infos.txt index a4cae1d06..bd103e755 100644 --- a/tests/fixtures/restrict-validity-period/output/feed_infos.txt +++ b/tests/fixtures/restrict-validity-period/output/feed_infos.txt @@ -4,4 +4,4 @@ feed_creation_time,17:19:00 feed_creation_datetime,2019-04-03T17:19:00+00:00 feed_end_date,20180805 feed_start_date,20180501 -ntfs_version,0.11.4 +ntfs_version,0.12.0