# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.1] - 2021-05-09 ### Changed - HOTFIX: Use the last key in file (RSA or PKCS8) - HOTFIX: Use license instead of license-file ## [0.2.0] - 2021-05-09 ### Added - Documentation: Comparison to miniserve ([#2](https://gitlab.com/mrman/kcup-rust/-/issues/2)) - Feature: Support for TLS ([#3](https://gitlab.com/mrman/kcup-rust/-/issues/3)) ## [0.1.1] - 2021-03-22 ### Changed - Packaging: Add exclude with Cargo.toml - Packaging: Add info to Cargo.toml - Documentation: Update README - CI: Add "v"-prefix for image names - CI: Various fixes ## [0.1.0] - 2021-03-20 [Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.1...HEAD [0.2.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0