Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 752 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 752 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[4.1.0]

Added

  • Automatically deploy to PyPI with the help of GitHub Actions

[4.0.0]

Changed

  • Return scrape errors as value of error key inside result dict instead of as a single list item by @zawi99
  • ConnectionRefusedError handled gracefully from @zrthstr
  • Migrated from Jenkins to GitHub Actions
  • Upgrade black from 19.10b0 to 21.6b0

Removed

  • Drop support for Python 3.5 and below