prepare release v0.13.0

This commit is contained in:
Knut Ahlers 2021-06-13 16:02:09 +02:00
parent dbb36bc941
commit 2069596d01
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -1,3 +1,11 @@
# 0.13.0 / 2021-06-13
* Use more flexible Actor format to allow addition of new actors (#5)
* Add user- and channel-based cooldowns (#4)
* Fix: ID generation handling different automessages as same
* Fix: Do not try to log functions
* Fix: Do not access automessage attributes without lock
# 0.12.0 / 2021-06-05 # 0.12.0 / 2021-06-05
* Add "respond as reply" functionality * Add "respond as reply" functionality
@ -64,4 +72,4 @@
# 0.1.0 / 2021-04-03 # 0.1.0 / 2021-04-03
* Initial release * Initial release