Skip to content

Commit

Permalink
release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcl committed Feb 2, 2024
1 parent 40e5ef3 commit fd56f9b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[package]
name = "renfe-cli"
version = "4.2.0"
version = "4.2.1"
edition = "2021"
license = "BSD License"

license = "BSD-3-Clause"
description = "CLI for searching Renfe train timetables in the Spanish country"
readme = "README.md"
homepage = "https://github.com/gerardcl/renfe-cli"
repository = "https://github.com/gerardcl/renfe-cli"
keywords = ["cli", "timetables", "trains", "renfe", "spain"]
categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "renfe_cli"
crate-type = ["cdylib"]
Expand Down

0 comments on commit fd56f9b

Please sign in to comment.