Skip to content

Commit 2003025

Browse files
authored
chore: release 3.4.4 (#335)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent be3a82c commit 2003025

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 3.4.4 (02/07/2026)
4+
5+
### Breaking
6+
7+
* Drop support for EOL Python 3.9 version (thanks [@kyluca](https://github.com/kyluca)).
8+
9+
## Bugfixes
10+
11+
* Fixed unexpected behavior by only raising URLError or HTTPError when there are no results at all (thanks [@kyluca](https://github.com/kyluca)).
12+
* Return exit code 1 when search finds no results (thanks [@gowtham1412-p](https://github.com/gowtham1412-p)).
13+
14+
## Features
15+
16+
* Added support for Python 3.14 (thanks [@kyluca](https://github.com/kyluca), [@kbdharun](https://github.com/kbdharun), [@sebastiaanspeck](https://github.com/sebastiaanspeck)).
17+
* Allow cache updating and command displaying on the same command (thanks [@Managor](https://github.com/Managor)).
18+
* Check `$XDG_DATA_DIRS/tldr` for a cache when user cache misses (thanks [@Managor](https://github.com/Managor)).
19+
320
## 3.4.3 (09/22/2025)
421

522
### Bugfixes

tldr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import shtab
1919
import shutil
2020

21-
__version__ = "3.4.3"
21+
__version__ = "3.4.4"
2222
__client_specification__ = "2.3"
2323

2424
REQUEST_HEADERS = {'User-Agent': 'tldr-python-client'}

0 commit comments

Comments
 (0)