diff --git a/CHANGELOG.md b/CHANGELOG.md index 494093fc..f27df646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased] + + +## [0.10.0] - 2022-05-13 ### Added - The `newbot` CLI interface as a completely new and improved tool for calling tbot scripts. The documentation has been updated, you can familiarize @@ -890,7 +893,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.9.6...master +[Unreleased]: https://github.com/Rahix/tbot/compare/v0.10.0...master +[0.10.0]: https://github.com/Rahix/tbot/compare/v0.9.6...v0.10.0 [0.9.6]: https://github.com/Rahix/tbot/compare/v0.9.5...v0.9.6 [0.9.5]: https://github.com/Rahix/tbot/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/Rahix/tbot/compare/v0.9.3...v0.9.4 diff --git a/README.md b/README.md index aa06a56c..f92077cf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,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.9.6 +pip3 install --user -U git+https://github.com/rahix/tbot@v0.10.0 ``` If you haven't done it already, you need to add ``~/.local/bin`` to your ``$PATH``.