Skip to content

Commit

Permalink
release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcl committed Feb 10, 2024
1 parent 3c5a6a2 commit 54bb936
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## v4.3.0 (2024-02-10)

* New feature for sorting timetables [#189](https://github.com/gerardcl/renfe-cli/issues/189)

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

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

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

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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renfe-cli"
version = "4.2.1"
version = "4.3.0"
edition = "2021"
license = "BSD-3-Clause"
description = "CLI for searching Renfe train timetables in the Spanish country"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
description = "Get faster Renfe Spanish Trains timetables in your terminal."
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["timetables", "trains", "renfe", "cli", "rust"]
keywords = ["timetables", "trains", "renfe", "cli", "rust", "pyo3", "maturin"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 54bb936

Please sign in to comment.