diff --git a/Releases.md b/Releases.md index 7631e15..5a53332 100644 --- a/Releases.md +++ b/Releases.md @@ -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) (2024-08-03) + +- 🎉 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) (2024-05-02) - 🧯 `rich`: fix completion ([#1395] <- [#1306])