Skip to content

v0.15.0

Compare
Choose a tag to compare
@bitfl0wer bitfl0wer released this 16 Apr 16:09
· 188 commits to main since this release

Release 0.15.0

Changes

  • Primitive voice support: #457
  • Cleaner code
    • Replace Arc<RwLock<T>> with Shared<T>: #466
    • More, better documentation
    • More tests
    • Fix some typos
    • Make gateway close() code cleaner
  • Remove #[derive(Eq)] from types which falsely had this trait derived
  • Change license from AGPL-3 to MPL-2.0: #477
  • Bump whoami, mio, h2 to fix CVEs
  • Bump versions of used GitHub Actions](#487)

More commits

Full Changelog: v0.14.0...v0.15.0