Skip to content

Commit f86b2ad

Browse files
chore(master): release 8.0.5 (#98)
🤖 I have created a release *beep* *boop* --- ## [8.0.5](8.0.4...8.0.5) (2025-07-02) ### Bug Fixes * add extra_plugin_dir support to FullStackTest ([errbotio#1726](https://github.com/Hapag-Lloyd/errbot/issues/1726)) ([fea0d16](fea0d16)) * importlib refactor ([errbotio#1733](https://github.com/Hapag-Lloyd/errbot/issues/1733)) ([cb6b890](cb6b890)) * missing py 3.13 version in tox ([errbotio#1731](https://github.com/Hapag-Lloyd/errbot/issues/1731)) ([96f922a](96f922a)) * Newlines replaced with spaces in botcmd args ([errbotio#1716](https://github.com/Hapag-Lloyd/errbot/issues/1716)) ([errbotio#1717](https://github.com/Hapag-Lloyd/errbot/issues/1717)) ([394b8b4](394b8b4)) * update message that plugin config must be a single line ([errbotio#1727](https://github.com/Hapag-Lloyd/errbot/issues/1727)) ([a5f003c](a5f003c)) * update tar extract filter ([errbotio#1730](https://github.com/Hapag-Lloyd/errbot/issues/1730)) ([ab34e44](ab34e44)) ### Documentation * add example on how to use threaded replies ([errbotio#1728](https://github.com/Hapag-Lloyd/errbot/issues/1728)) ([cc51138](cc51138)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: generate-app-token-hl[bot] <151022333+generate-app-token-hl[bot]@users.noreply.github.com> Co-authored-by: generate-app-token-hl[bot] <generate-app-token-hl[bot]@users.noreply.github.com>
1 parent cb6b890 commit f86b2ad

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [8.0.5](https://github.com/Hapag-Lloyd/errbot/compare/8.0.4...8.0.5) (2025-07-02)
4+
5+
6+
### Bug Fixes
7+
8+
* add extra_plugin_dir support to FullStackTest ([#1726](https://github.com/Hapag-Lloyd/errbot/issues/1726)) ([fea0d16](https://github.com/Hapag-Lloyd/errbot/commit/fea0d1667916bf0a1d95ad8d8eafcd44b0417015))
9+
* importlib refactor ([#1733](https://github.com/Hapag-Lloyd/errbot/issues/1733)) ([cb6b890](https://github.com/Hapag-Lloyd/errbot/commit/cb6b89051dc60b0452b6914d24d6fec5408573a0))
10+
* missing py 3.13 version in tox ([#1731](https://github.com/Hapag-Lloyd/errbot/issues/1731)) ([96f922a](https://github.com/Hapag-Lloyd/errbot/commit/96f922a41b6444924ade012ab4b1a3aabd1b06b1))
11+
* Newlines replaced with spaces in botcmd args ([#1716](https://github.com/Hapag-Lloyd/errbot/issues/1716)) ([#1717](https://github.com/Hapag-Lloyd/errbot/issues/1717)) ([394b8b4](https://github.com/Hapag-Lloyd/errbot/commit/394b8b4b2d40937d1840e49a15e7f9a6e8734d34))
12+
* update message that plugin config must be a single line ([#1727](https://github.com/Hapag-Lloyd/errbot/issues/1727)) ([a5f003c](https://github.com/Hapag-Lloyd/errbot/commit/a5f003c1906f9515edd039fdc0513fc6995f72cd))
13+
* update tar extract filter ([#1730](https://github.com/Hapag-Lloyd/errbot/issues/1730)) ([ab34e44](https://github.com/Hapag-Lloyd/errbot/commit/ab34e44aab10585263f807202d51750cf6283945))
14+
15+
16+
### Documentation
17+
18+
* add example on how to use threaded replies ([#1728](https://github.com/Hapag-Lloyd/errbot/issues/1728)) ([cc51138](https://github.com/Hapag-Lloyd/errbot/commit/cc51138cd29daa19559fa8c436e1d247fe1cb20d))
19+
320
## [8.0.4](https://github.com/Hapag-Lloyd/errbot/compare/8.0.3...8.0.4) (2025-04-22)
421

522

errbot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Just the current version of Errbot.
22
# It is used for deployment on pypi AND for version checking at plugin load time.
3-
VERSION = "8.0.4"
3+
VERSION = "8.0.5"

0 commit comments

Comments
 (0)