From d2c043f37b2060cb352b7a9d4b3b7ee42ae09365 Mon Sep 17 00:00:00 2001 From: Rahix Date: Sat, 18 May 2024 13:48:14 +0200 Subject: [PATCH] Prepare 0.10.8 Signed-off-by: Rahix --- CHANGELOG.md | 6 +++++- Documentation/installation.rst | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19206f99..2b2ff2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased] + + +## [0.10.8] - 2024-05-18 ### Added - Added a sanity check to Linux shell initialization which should catch situations where things went wrong. This should provided a more clear error @@ -1074,7 +1077,8 @@ Version **0.6.0** is basically a complete rewrite of TBot. A rough summary of c were loaded later - Fix `call_then` not returning the function itself -[Unreleased]: https://github.com/Rahix/tbot/compare/v0.10.7...master +[Unreleased]: https://github.com/Rahix/tbot/compare/v0.10.8...master +[0.10.8]: https://github.com/Rahix/tbot/compare/v0.10.7...v0.10.8 [0.10.7]: https://github.com/Rahix/tbot/compare/v0.10.6...v0.10.7 [0.10.6]: https://github.com/Rahix/tbot/compare/v0.10.5...v0.10.6 [0.10.5]: https://github.com/Rahix/tbot/compare/v0.10.4...v0.10.5 diff --git a/Documentation/installation.rst b/Documentation/installation.rst index d07825fd..a2c1b5e4 100644 --- a/Documentation/installation.rst +++ b/Documentation/installation.rst @@ -16,7 +16,7 @@ Installation .. code-block:: shell-session - $ pip3 install -U --user git+https://github.com/rahix/tbot@v0.10.7 + $ pip3 install -U --user git+https://github.com/rahix/tbot@v0.10.8 2. If you haven't done this already, you need to add ``~/.local/bin`` to your ``$PATH``. diff --git a/README.md b/README.md index 4707c591..c9c58989 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Most info about *tbot* can be found in its documentation at ## Installation ```bash -pip3 install --user -U git+https://github.com/rahix/tbot@v0.10.7 +pip3 install --user -U git+https://github.com/rahix/tbot@v0.10.8 ``` If you haven't done it already, you need to add ``~/.local/bin`` to your ``$PATH``.