Skip to content

Latest commit

 

History

History
66 lines (33 loc) · 1006 Bytes

CHANGELOG.md

File metadata and controls

66 lines (33 loc) · 1006 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

v1.0.0 - 2021-08-25

Added

  • Fixed minor typos

  • Stable release

v0.9.0 - 2021-08-25

Added

  • pre-commit

Fixed

  • Typo in the retrieve_elements_by_xpath method docstring

v0.8.0 - 2021-08-23

Added

  • readthedocs webhook

  • Fill in all remaining documentation

Fixed

  • Code coverage upload to only ubuntu 3.9

  • Github Actions release process

v0.7.0 - 2021-08-15

Added

  • The initial project release

  • Working Github Actions CI/CD files

Removed

  • Files that should have been excluded using .gitignore

    • .idea folder

Fixed

  • README for proper badges

  • Github Actions CI/CD workflow

Changed

  • Github Actions workflow os to include windows and osx on top of ubuntu