Skip to content

Commit 54bb936

Browse files
committed
release 4.3.0
1 parent 3c5a6a2 commit 54bb936

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## v4.3.0 (2024-02-10)
4+
5+
* New feature for sorting timetables [#189](https://github.com/gerardcl/renfe-cli/issues/189)
6+
37
## v4.2.1 (2024-02-02)
48

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

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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "renfe-cli"
3-
version = "4.2.1"
3+
version = "4.3.0"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
description = "CLI for searching Renfe train timetables in the Spanish country"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
description = "Get faster Renfe Spanish Trains timetables in your terminal."
1515
readme = "README.md"
1616
license = {file = "LICENSE"}
17-
keywords = ["timetables", "trains", "renfe", "cli", "rust"]
17+
keywords = ["timetables", "trains", "renfe", "cli", "rust", "pyo3", "maturin"]
1818
classifiers = [
1919
"Programming Language :: Rust",
2020
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)