Bug Fixes
- Make changelog problems not fail whole publish
([`b5a68cf`](https://github.com/python-semantic-release/python-semantic-release/commit/b5a68cf6177dc0ed80eda722605db064f3fe2062))
Can be fixed with changelog command later.
Documentation
- Fix typo in cli.py docstring
([64](https://github.com/python-semantic-release/python-semantic-release/pull/64),
[`0d13985`](https://github.com/python-semantic-release/python-semantic-release/commit/0d139859cd71f2d483f4360f196d6ef7c8726c18))
Features
- Add git hash to the changelog
([65](https://github.com/python-semantic-release/python-semantic-release/pull/65),
[`628170e`](https://github.com/python-semantic-release/python-semantic-release/commit/628170ebc440fc6abf094dd3e393f40576dedf9b))
* feat(*): add git hash to the changelog
Add git hash to the changelog to ease finding the specific commit. The hash now is also easily
viewable in Github's tag. see 63 for more information.
* chore(test_history): fix test errors
Fix the test errors that would happen after the modification of get_commit_log.