CHANGELOG.md
# Changelog
> #### Note {: .neutral }
> This changelog is a best effort summary of each version,
> for a complete history the commit history is preferred.
## Pre-releases
### v0.0.1-alpha.1
A first, naive implementation of `divingbells`.
Can "compress" a file and writes the compressed data to disc with the extension _.dbc_.
The "compressed" data is able to be decompressed and wirtten to disc.
The decompression is not limited to the extension _.dbc_.
This version does only support configuration to define the source file, destination file, if to compress or decompress.
#### Reference
[Final release](changelog.html#v0.0.1)
[See Usage](readme.html#usage)