Add "get_release_titles" method - Return a list off all the titles in the release notes.
0.5.0
Add a release note to the current release notes.
0.4.0
Validate release notes is in the correct format.
0.3.0
Add "get_release_notes" -Get the release notes for the release searching by title.
0.2.0
PyGitHub uses "title" in their naming conventions for releases. To conform with this naming convention: - Change the "has_header" method name to "has_title" - Chenge the "Header" key in the toml structure to "Title"
0.1.0
Check if a "Header" exist. Fi it does, return the detail of the release entry.