Releases: kiraware/PyBMKG
Releases · kiraware/PyBMKG
v2.0.0
What's Changed
- Release 2.0.0 by @kiraware in #6
- rename
exception.py
to exceptions.py
- improve docs
Full Changelog: 1.0.0...2.0.0
v1.0.0
This update is major breaking changes. We change the design pattern to facade design pattern hence improve user experience.
v0.2.0
This release includes
- updating
Enum
to StrEnum
and IntEnum
- use
base_url
argument in ClientSession
- update some dependency
- update docs
PR
v0.1.1
This is released just to allow new release on PyPi. Basically just the same with v0.1.0.