Skip to content

Commit

Permalink
Merge branch 'master' into feature/sort-timetable
Browse files Browse the repository at this point in the history
  • Loading branch information
henninggross authored Feb 6, 2024
2 parents 1bdbef4 + b57448b commit 8ac9241
Show file tree
Hide file tree
Showing 7 changed files with 289 additions and 196 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:

test:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.2.1 (2024-02-02)

* Fix navigation with proper date handling [#184](https://github.com/gerardcl/renfe-cli/issues/187)

## v4.2.0 (2023-11-26)

* Check input stations to match and use existing [#181](https://github.com/gerardcl/renfe-cli/issues/181)
Expand Down
Loading

0 comments on commit 8ac9241

Please sign in to comment.