2020-03-23 FCCT 0.5.0

  Breaking Changes:

    - Previously, command-line options could be preceded by a single dash
      (-strict) or double dash (--strict).  Accept only the double-dash form.

  Features:

    - Accept input filename directly on command line, without --input
    - Add short equivalents of command-line options

  Bug Fixes:

    - Fail if unexpected non-option arguments are specified

  Misc Changes:

    - Deprecate --input and hide it from --help
    - Document files[].append[].inline property
    - Update docs for switch to Fedora signing keys


2020-01-24 FCCT 0.4.0

  Features:

    - Add mount_options field to filesystem entry

  Misc Changes:

    - Add "release" tag to container of latest release
    - Vendor dependencies


2020-01-23 FCCT 0.3.0

  Features:

    - Add v1.1.0-experimental spec
    - Add with_mount_unit field to generate mount unit from filesystem entry

  Bug Fixes:

    - Report warnings and errors to stderr, not stdout
    - Truncate output file before writing
    - Fix line and column reporting

  Misc Changes:

    - Document syntax of inline file contents
    - Document usage of published container image


2019-07-24 FCCT 0.2.0

  Features:

    - Add --version flag
    - Add Dockerfile and build containers automatically on quay.io

  Bug Fixes:

    - Fix validation of paths for files and directories
    - Fix --output flag handling

  Misc Changes:

    - Add tests for the examples in the docs
    - Add travis integration


2019-07-10 FCCT 0.1.0

Initial Release of FCCT. While the golang API is not stable, the Fedora CoreOS
Configuration language is. Configs written with version 1.0.0 will continue to
work with future releases of FCCT.
