pyrech / composer-changelogs

:notebook: Display better summary after Composer update
MIT License
589 stars 26 forks source link

Add support for dev versions #7

Closed pyrech closed 9 years ago

pyrech commented 9 years ago

A new Version model was added to keep all the formats created by Composer for a given version (ie the name used for parsing, the pretty format and a full pretty format).

This allows to easily detect dev versions and also to keep a reference of the short commit hash.

Fixes #3