Skip to content

Releases: kiraware/PyBMKG

v3.0.1

Choose a tag to compare

@kiraware kiraware released this 02 Jan 05:26
a50f84a

What's Changed

  • Fix parse weather forecast data by @kiraware in #68
  • Bump the dependencies group with 6 updates by @dependabot in #67
  • Update Weather enum

Full Changelog: v3.0.0...v3.0.1

v3.0.0

Choose a tag to compare

@kiraware kiraware released this 30 Dec 05:06
30d3a9d

What's Changed

  • bump dependency
  • remove defusedxml and types-defusedxml from dependency
  • add support python3.13
  • fix breaking Weather API and break many things
  • bump version to v3.0.0

Full Changelog: 2.1.0...v3.0.0

2.1.0

Choose a tag to compare

@kiraware kiraware released this 16 Jul 02:12
9780cc1

What's Changed

Full Changelog: 2.0.0...2.1.0

v2.0.0

Choose a tag to compare

@kiraware kiraware released this 16 Feb 04:34
a709401

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

Choose a tag to compare

@kiraware kiraware released this 04 Feb 11:24
28d9ae9

This update is major breaking changes. We change the design pattern to facade design pattern hence improve user experience.

v0.2.0

Choose a tag to compare

@kiraware kiraware released this 01 Feb 10:04
fc97505

This release includes

  • updating Enum to StrEnum and IntEnum
  • use base_url argument in ClientSession
  • update some dependency
  • update docs

PR

v0.1.1

Choose a tag to compare

@kiraware kiraware released this 20 Jan 09:24

This is released just to allow new release on PyPi. Basically just the same with v0.1.0.