Skip to content

Commit

Permalink
Merge pull request #199 from gerardcl/feat/no-more-web-scraping
Browse files Browse the repository at this point in the history
Feat/no more web scraping
  • Loading branch information
gerardcl authored Sep 29, 2024
2 parents b24f0eb + a55ca20 commit b582ba2
Show file tree
Hide file tree
Showing 11 changed files with 1,005 additions and 1,359 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
tags:
- '*'
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

permissions:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v5.0.0 (2024-09-29)

* Major refactor using GTFS data from Renfe online datasets. No more scrapping required
* [#194](https://github.com/gerardcl/renfe-cli/issues/194)
* [#198](https://github.com/gerardcl/renfe-cli/issues/198)

## v4.3.2 (2024-04-21)

* General dependencies maintenance with rustls focus [#196](https://github.com/gerardcl/renfe-cli/issues/196)

## v4.3.1 (2024-03-30)

* Upgrade PyO3 with general dependencies maintenance [#192](https://github.com/gerardcl/renfe-cli/issues/192)
Expand Down
Loading

0 comments on commit b582ba2

Please sign in to comment.