Overview

I posted for a very long time no detailed changelogs for my project temp-conv. So now here is a update.

The commit Changelog is avaible at GitHub

v0.3.0

Complete change in how the program is structered und how to interact with it.

v0.3.3

This release introduced the option to get the output in a JSON format.

v0.4.0

The program is now able to write its output the a file which is specified with the flag -o or --output.

I also seperated the program in different submodules.

v0.5.0

In this release I added the Anyhow crate for better error handling and moved the different output formats to different cargo features.