parse-changelog
Parses changelog and returns a release note for the specified version

USAGE:
    parse-changelog [OPTIONS] <PATH> [VERSION]

OPTIONS:
    -t, --title
            Returns title instead of notes

        --json
            Returns JSON representation of all releases in changelog

        --version-format <PATTERN>
            Specify version format

        --prefix <PATTERN>
            Alias for --prefix-format

        --prefix-format <PATTERN>
            Specify prefix format

    -h, --help
            Prints help information

    -V, --version
            Prints version information


ARGS:
    <PATH>
            Path to the changelog file (use '-' for standard input)

    <VERSION>
            Specify version (by default, select the latest release)
