## ROADMAP 1.1.0

* investigate partial parsing of a file if parsing slows down *too much* on large changelogs

## ROADMAP 1.0.0

* consider moving from BREAKING/FEATURE/FIX to MAJOR/MINOR/PATCH
* validate that each line starts with BREAKING:/FEATURE:/FIX:
* validate that each release has the appropriate version
* validate that release numbers increase monotonically
* require release block lines to be ordered in descending severity
* disable strict semver version validation before 1.0.0

## RELEASE 0.8.1

* FIX: `rake changelog:commit` wasn't allowing Gemfile.lock to change version.

## RELEASE 0.8.0

* FEATURE: `rake changelog:sync` will update your gem's VERSION constant to your changelog's latest release version. This will let devs stop requiring `structured_changelog` to be installed before they can bundle their projects.
* FEATURE: `rake changelog:release` will validate the Changelog, sync the Changelog release to `VERSION`, commit the version bump, then proceed with the default `rake release` task.

## RELEASE 0.7.2

* FIX: fixed version comparison

## RELEASE 0.7.1

* FIX: stopped trying to hijack gem tasks, as that led to errors in downstream projects
* FIX: added missing require

## RELEASE 0.7.0

* FEATURE: rake changelog:recent displays the N most recent release sections

## RELEASE 0.6.2

* FIX: fixed notes task query for wider version numbers

## RELEASE 0.6.1

* FIX: non-semver versions were temporarily supported; they aren't. variants still are.

## RELEASE 0.6.0

* FEATURE: variant versions (rc1, pre, alpha, etc..) are supported
* FEATURE: non-numbered roadmap versions (for un-released but immediate work) are now supported

## RELEASE 0.5.0

* FEATURE: a `rake changelog:version` to display the current version

## RELEASE 0.4.1

* FIX: with no query, `rake changelog:notes` outputs the notes of the current version (instead of all versions)

## RELEASE 0.4.0

* FEATURE: view the release notes for a version (or range of versions) with "rake changelog:notes"

## RELEASE 0.3.0

* FEATURE: include a changelog:validate task

## RELEASE 0.2.0

* FEATURE: handle ROADMAP blocks

## RELEASE 0.1.0

* FEATURE: handle RELEASE blocks