gtfs 3.4.0 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.6.0] - 2022-08-08
9
+
10
+ ### Added
11
+
12
+ - GTFS Fares v2 and new transfers.txt fields
13
+
14
+ ### Updated
15
+
16
+ - Dependency updates
17
+ - Better examples in readme
18
+
19
+ ## [3.5.1] - 2022-07-26
20
+
21
+ ### Updated
22
+
23
+ - Dependency updates
24
+
25
+ ## [3.5.0] - 2022-07-10
26
+
27
+ ### Updated
28
+
29
+ - Use yoctocolors instead of chalk
30
+ - Dependency updates
31
+
32
+ ### Fixed
33
+
34
+ - Support untildify in sqlitePath config variable
35
+
8
36
  ## [3.4.0] - 2022-06-12
9
37
 
10
38
  ### Updated