Skip to content

Latest commit

 

History

History
141 lines (61 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

141 lines (61 loc) · 4.73 KB

Changelog

0.7.5 (2023-05-16)

Documentation

  • add docker-compose example (4a46e6c)

0.7.4 (2022-10-06)

Documentation

  • add section to explain how to publish in K8S (5517149)

0.7.3 (2022-08-30)

Bug Fixes

  • update python-telegram-bot due to vulnerabilities in httpx (1383e13)

0.7.2 (2022-08-27)

Bug Fixes

  • fix subreddit name comparsion (93a865d)

0.7.1 (2022-08-27)

Bug Fixes

  • fix when subreddit does not exist (88f95d4)

0.7.0 (2022-08-27)

Features

Bug Fixes

  • fix bot message to improve readbility (a1f3de6)

0.6.0 (2022-08-27)

Features

  • change messages to use Markdown V2 instead raw text (302fd1e)

0.5.0 (2022-08-27)

Features

  • add command to retrieve version (8c9f9bf)

0.4.0 (2022-08-27)

Features

  • change bot implementation to async (ab62323)

0.3.1 (2022-08-25)

Bug Fixes

  • change the Dockerfile to install only production dependencies (4e4c8cf)

0.3.0 (2022-08-25)

Features

  • change the tests for it own directory (ea2af5c)

Bug Fixes

0.2.0 (2022-08-21)

Features

  • add alias for command nadaparafazer (22cc6e7)

0.1.4 (2022-08-21)

Bug Fixes

  • change release-please to use token (1a0b5c3)

0.1.3 (2022-08-21)

Bug Fixes

  • change release types in Docker Hub CI (7304796)

0.1.2 (2022-08-21)

Bug Fixes

  • change trigger to deploy in Docker Hub (0d9b936)

0.1.1 (2022-08-21)

Bug Fixes

  • Fix deploy to Docker Hub (a912efb)

0.1.0 (2022-08-20)

Features

Bug Fixes

  • fix bot due to errors caused by break changes in libs (3afa74c)
  • fix release-please file extension (14bbd50)

Documentation