Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@AstreaTSS AstreaTSS released this 03 Feb 03:48
· 81 commits to main since this release

A small update, but hey, I'm back! Sorry, life got in the way. This update is really just about addressing dis_snek 0.5.0, which introduced a lot of breaking changes that needed to be accounted for.

Updates

  • BREAKING: Upgraded to dis_snek 5.0.0. Older versions of dis_snek will no longer work.
    • EmojiConverter has been removed as Molter no longer supports versions below 5.0.0.
    • CustomEmojiConverter was changed to be faster if you have emoji caching on.
  • Molter now uses modern attr API names, attr.define and attr.field, over attr.s and attr.ib.

New Contributors

  • @silasary made their first contribution in #1! Thanks so much for this - it saved me quite a bit of time, even if it wasn't perfect.

Full Changelog: v0.6.0...v0.7.0