Skip to content

Releases: tr4nt0r/pythonkuma

v0.2.0

12 Jun 21:50
0acac81
Compare
Choose a tag to compare

What's Changed

🚀 New Features

👻 Bug Fixes

📃 Documentation

  • Add workflow to build and deploy documentation @tr4nt0r (#39)

🔬 Other updates

🧩 Dependency Updates

Contributors: and @tr4nt0r

v0.1.0

11 Jun 18:13
cd8473b
Compare
Choose a tag to compare

What's Changed

💥 Breaking changes

👻 Bug Fixes

  • Fix Monitor type name @tr4nt0r (#36)
  • Fix typing of metrics method @tr4nt0r (#35)
  • FIx types in UptimeKumaMonitor and add status enum @tr4nt0r (#30)
  • Make explicit imports and add __all__ to __init__.py @tr4nt0r (#18)
  • Fix serialization of MonitorType and extend enum @tr4nt0r (#16)

⏳ Deprecations

📃 Documentation

🧰 Maintenance

10 changes
  • Add VSCode settings and update Ruff configuration @tr4nt0r (#33)
  • Configure test and lint environments @tr4nt0r (#28)
  • Add initial test suite setup @tr4nt0r (#27)
  • Configure ban relative imports for parents @tr4nt0r (#22)
  • Add Release Drafter configuration for automated release notes @tr4nt0r (#21)
  • Replace Black with Ruff for linting and formatting @tr4nt0r (#20)
  • Update pyproject.toml @tr4nt0r (#13)
  • Add labeler workflow @tr4nt0r (#12)
  • Add Dependabot configuration for automatic dependency updates @tr4nt0r (#5)
  • Update release workflow @tr4nt0r (#1)

🔬 Other updates

🧩 Dependency Updates

Contributors: @jayakornk and @tr4nt0r