Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.12 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.2.1 - 2020-05-14

Changed

  • Use home::home_dir instead of a stolen function

0.2.0 - 2020-05-04

Added

  • Root functions for getting just one folder path
  • Add support for cargo readme

Changed

  • Move utility functions in util module

0.1.2 - 2020-05-04

Changed

  • Swap regex-based parser for a hand-written one

0.1.1 - 2020-05-04

Fixed

  • Don't panic when config file does not exists
  • Don't panic on config file read errors
  • Don't panic if config file is not utf8