Skip to content

Commit

Permalink
Merge pull request #188 from henninggross/fix/button-selector
Browse files Browse the repository at this point in the history
Update button selector
  • Loading branch information
gerardcl authored Feb 2, 2024
2 parents bd3726b + fd56f9b commit b57448b
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 b57448b

Please sign in to comment.