Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 18:13
· 18 commits to refs/heads/main since this release
cd8473b

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