Skip to content

Commit

Permalink
Prepare 0.10.3
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Seiler <[email protected]>
  • Loading branch information
Rahix committed Nov 21, 2022
1 parent 5b155dd commit 97f81b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]


## [0.10.3] - 2022-11-21
### Added
- Added a `force` parameter to `tbot.tc.check_for_tool()` which forces the
check even if a result was already cached for this tool ([#83]).
Expand Down Expand Up @@ -967,7 +970,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.2...master
[Unreleased]: https://github.com/Rahix/tbot/compare/v0.10.3...master
[0.10.3]: https://github.com/Rahix/tbot/compare/v0.10.2...v0.10.3
[0.10.2]: https://github.com/Rahix/tbot/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/Rahix/tbot/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/Rahix/tbot/compare/v0.9.6...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion Documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installation

.. code-block:: shell-session
$ pip3 install -U --user git+https://github.com/rahix/[email protected].2
$ pip3 install -U --user git+https://github.com/rahix/[email protected].3
2. If you haven't done this already, you need to add ``~/.local/bin`` to your
``$PATH``.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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/[email protected].2
pip3 install --user -U git+https://github.com/rahix/[email protected].3
```

If you haven't done it already, you need to add ``~/.local/bin`` to your ``$PATH``.
Expand Down

0 comments on commit 97f81b7

Please sign in to comment.