Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.08 KB

File metadata and controls

42 lines (26 loc) · 1.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.

unreleased - master branch

Nothing yet.

0.3.0 - 2020-01-12

Added

  • support for git urls in BitBucket, Github, and Gitlab projects

Removed

  • removed .tool-versions file with hardcoded Rust toolchain version
  • removed blank rustfmt.toml file
  • removed assert_cmd dependency

0.2.0 - 2019-10-13

Changed

  • update dependencies
  • lock down open dependency version more

0.1.0 - 2019-07-18

Added

  • initial cli tool
  • CI config for Travis
  • bin/lint script for project cleanliness