renfe-cli 4.3.0__tar.gz → 5.0.0__tar.gz

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.
@@ -12,7 +12,7 @@ on:
12
12
  tags:
13
13
  - '*'
14
14
  pull_request:
15
- branches: [ master ]
15
+ branches: [ main ]
16
16
  workflow_dispatch:
17
17
 
18
18
  permissions:
@@ -1,8 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## v5.0.0 (2024-09-29)
4
+
5
+ * Major refactor using GTFS data from Renfe online datasets. No more scrapping required
6
+ * [#194](https://github.com/gerardcl/renfe-cli/issues/194)
7
+ * [#198](https://github.com/gerardcl/renfe-cli/issues/198)
8
+
9
+ ## v4.3.2 (2024-04-21)
10
+
11
+ * General dependencies maintenance with rustls focus [#196](https://github.com/gerardcl/renfe-cli/issues/196)
12
+
13
+ ## v4.3.1 (2024-03-30)
14
+
15
+ * Upgrade PyO3 with general dependencies maintenance [#192](https://github.com/gerardcl/renfe-cli/issues/192)
16
+
3
17
  ## v4.3.0 (2024-02-10)
4
18
 
5
- * New feature for sorting timetables [#189](https://github.com/gerardcl/renfe-cli/issues/189)
19
+ * New feature by @henninggross - Sorting train schedules by duration [#189](https://github.com/gerardcl/renfe-cli/issues/189)
6
20
 
7
21
  ## v4.2.1 (2024-02-02)
8
22
 
@@ -0,0 +1 @@
1
+ * @gerardcl