- Do not treat single release data other than multiple release data.
- Return empty array if no tags exist.
- Allow to list release history.
- Remove newlines from stdout only when retrieving tag and not for all git commands.
- Use case-insensitive regex to remove the label from the commit message.
- Replace \s with ' ' in regex.
- Initial version.