update release notes to v4.66.5

casperdcl 2024-08-03 22:42:34 +00:00
parent 4ba8ac4613
commit 88f3a1d2f3
1 changed files with 15 additions and 0 deletions

@ -1,5 +1,20 @@
# [tqdm/tqdm](https://github.com/tqdm/tqdm) Releases
## [v4.66.5](https://github.com/tqdm/tqdm/releases/tag/v4.66.5) <small><small>(2024-08-03)</small></small>
- 🎉 support `ncols` auto-detection on FreeBSD ([#1602] <- https://github.com/casperdcl/git-fame/issues/98)
- 🧯 fix Python 3.13 CLI ([#1594] <- [#1585])
- 🧯 fix Python 3.13 tests ([#1595] <- https://github.com/python/cpython/issues/117536#issuecomment-2036883124)
- 🛠 misc framework updates ([#1602])
+ add official Python 3.12 support
+ bump deps (https://github.com/NiklasRosenstein/pydoc-markdown/issues/329, https://github.com/tikitu/jsmin/pull/44)
[#1602]: https://github.com/tqdm/tqdm/issues/1602
[#1594]: https://github.com/tqdm/tqdm/issues/1594
[#1585]: https://github.com/tqdm/tqdm/issues/1585
[#1595]: https://github.com/tqdm/tqdm/issues/1595
[#1602]: https://github.com/tqdm/tqdm/issues/1602
## [v4.66.4](https://github.com/tqdm/tqdm/releases/tag/v4.66.4) <small><small>(2024-05-02)</small></small>
- 🧯 `rich`: fix completion ([#1395] <- [#1306])