Skip to content

Commit e0bec29

Browse files
author
Finbarr Brady
committed
Update readme
1 parent 23ef234 commit e0bec29

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Pypi](https://img.shields.io/pypi/v/webex_bot.svg)](https://pypi.python.org/pypi/webex_bot) [![Build Status](https://github.com/fbradyirl/webex_bot/workflows/Python%20package/badge.svg)](https://github.com/fbradyirl/webex_bot/actions)
44

5-
> [!IMPORTANT]
6-
> This repository is only sporadically maintained. Breaking API changes will be maintained on a best efforts basis.
5+
> [!IMPORTANT]
6+
> This repository is only sporadically maintained. Breaking API changes will be maintained on a best efforts basis.
77
>
88
> Collaborators are welcome, as are PRs for enhancements.
99
>
10-
> Bug reports unrelated to API changes may not get the attention you want.
10+
> Bug reports unrelated to API changes may not get the attention you want.
1111
1212

1313
By using this module, you can create a [Webex Teams][5] messaging bot quickly in just a couple of lines of code.
@@ -364,6 +364,10 @@ and off you go!
364364

365365
* Add Proxy Support. ([#56][pr56])
366366

367+
### 0.5.2 (2024-Aug-21)
368+
369+
* Introduce exact_command_keyword_match feature ([#59][pr59])
370+
367371
[1]: https://github.com/aaugustin/websockets
368372

369373
[2]: https://github.com/CiscoDevNet/webexteamssdk
@@ -390,6 +394,8 @@ and off you go!
390394

391395
[pr56]: https://github.com/fbradyirl/webex_bot/pull/56
392396

397+
[pr59]: https://github.com/fbradyirl/webex_bot/pull/59
398+
393399
[i1]: https://github.com/fbradyirl/webex_bot/issues/1
394400

395401
[i2]: https://github.com/fbradyirl/webex_bot/issues/2

0 commit comments

Comments
 (0)