Skip to content

Commit

Permalink
Prepare 0.10.8
Browse files Browse the repository at this point in the history
Signed-off-by: Rahix <[email protected]>
  • Loading branch information
Rahix committed May 18, 2024
1 parent 771f306 commit d2c043f
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.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
Expand Down Expand Up @@ -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
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].7
$ pip3 install -U --user git+https://github.com/rahix/[email protected].8
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 @@ -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/[email protected].7
pip3 install --user -U git+https://github.com/rahix/[email protected].8
```

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

0 comments on commit d2c043f

Please sign in to comment.