Skip to content

Commit

Permalink
Prepare 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Seiler <hws@denx.de>
  • Loading branch information
Rahix committed May 13, 2022
1 parent b162203 commit 54188b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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``.
Expand Down

0 comments on commit 54188b6

Please sign in to comment.