git-conventional 0.8.0

A parser library for the Conventional Commit specification.
Documentation
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.8.0] - 2020-05-06

### Breaking Changes

- `::new` has been renamed to `::new_unchecked` to signify that it bypasses validity checks.

## [0.7.0] - 2020-05-05

### Breaking Changes

- Forked `conventional` as `git-conventional`
- Merged `Simple` and `Typed` APIs (identifiers are typed, otherwise `str`s), removing the need to pull in a trait.

## Features

- Add typed identifier equality with `str`.
- Added constants for common `type_`s.
- Made it easier to find the footer that describes a breaking change.
- Expose means to convert `str` into typed identifier with validation.

## Fixes

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/assert-rs/predicates-rs/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/assert-rs/predicates-rs/compare/ccaed9b35854a3536c4a2c89b89e33fbc5b6b4e4...v0.7.0