Skip to content

Releases: an-dyy/Rin

v0.1.2

20 Feb 18:26
ece34ec
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

  • chore: Fixed wrong installation command in README by @sarthak-py in #6
  • refactor!: Models rewrite by @an-dyy in #7

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Jan 00:20
ca16b6b
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

  • made a widget for the discord server invite by @Okimii in #4
  • Name changed rin.Event.READY => rin.Events.READY
  • Support both @GatewayClient.on(rin.Event, ...) and @rin.Event.on(...)
  • Added rin.Event.wait(...)
  • Added rin.Intents to help with intents
  • Made most classes use attr.s
  • Added rin.Collector and @rin.Event.collect(...)

New Contributors

  • @Okimii made their first contribution in #4

Full Changelog: v0.1.0...v0.1.1

v0.1.0-alpha

15 Jan 06:29
a919ede
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
ci: Add `publish-package.yml` action