Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 505 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 505 Bytes

Changelog

This project follows semantic versioning.

Possible log types:

  • [added] for new features.
  • [changed] for changes in existing functionality.
  • [deprecated] for once-stable features removed in upcoming releases.
  • [removed] for deprecated features removed in this release.
  • [fixed] for any bug fixes.
  • [security] to invite users to upgrade in case of vulnerabilities.

Unreleased

v0.1.3 (2019-10-30)

  • [changed] Switched from failure to anyhow for error handling