Breaking changes:
- Gfy.tags is now a set
- Gfy data is no longer refetched
when calling a change_ method
- User no longer has a get_feed()
method
- Some inconsistencies where Gfycat
returns strings instead of ints
were fixed through explicit casts
Not actually breaking:
- Gfy/User now use dataclasses
and the preferred way to access
properties is via dot-access
- The get_feed methods were
moved back into the client
implementations