Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

75 lines (44 loc) · 3.08 KB

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.

2.0.0 - 2019-11-24

Changed

  • Require quarantine path on command line (#30)
  • Write quarantine during test run (#35)
  • Create parent directories for --save-quarantine (#36)
  • Reorganize plugin (#37)

Fixed

  • --save-quarantine can overwrite test files (#29)
  • Verify --save-quarantine path before test run (#31)

1.2.0 - 2019-11-13

Changed

  • Only save failed tests (not skipped) to quarantine (#27)
  • Write empty quarantine when all tests pass (#28)

1.1.0 - 2019-11-11

Added

  • Report size of quarantine (#20)
  • Use attrs for readability (#23)

Changed

  • Refactor plugin (#18)
  • Show UsageError for missing quarantine file (#19)
  • Refactor tests (#21)
  • Don't show quarantine stats with quiet option (#22)
  • Update docs (#24)

1.0.0 - 2019-11-03

Added

  • Features, usage, etc. in README (#15)
  • Plugin functionality and tests (#16)
  • More tests (#17)

0.0.3 - 2019-11-02

Changed

  • Use GitHub CLI for release

0.0.2 - 2019-11-01

Changed

  • Transfer to EnergySage

0.0.1 - 2019-10-22

Changed

  • Tweak contributing guidelines

0.0.0 - 2019-10-21

Added

  • Initial project structure, tooling, and contributing guidelines