Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.18 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.

0.4 - 2020-03-16

Changed

  • Ubuntu and macOS images updated to the latest available (18.04 and 10.15 respectively).

0.3 - 2019-12-28

Added

  • default.yml opinionated default CI for "regular" Rust crates.
  • install-rust.yml task for installing Rust

Changed

Removed

  • Everything in azure/, pretty much all customization options. The intention is that each project now either uses defaults.yml or copy-pastes it into their own azure-pipelines.yml and modifies it as needed. See #73.

0.2 - 2019-10-18

Added

Changed

  • Features changed from being a string to being a list (#65)