Bump the changelog
This commit is contained in:
parent
fa7d18784c
commit
57d5cd0428
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# 0.1.1 - 2018-05-16
|
||||
|
||||
- Improve the cli usage
|
||||
- Refuse to process files with a supported mimetype but an unsupported
|
||||
extension, like `text/plain` for a `.c`
|
||||
|
||||
# 0.1.0 - 2018-05-14
|
||||
|
||||
- Initial release
|
||||
|
|
2
main.py
2
main.py
|
@ -10,7 +10,7 @@ import multiprocessing
|
|||
|
||||
from src import parser_factory, unsupported_extensions
|
||||
|
||||
__version__ = '0.1.0'
|
||||
__version__ = '0.1.1'
|
||||
|
||||
def __check_file(filename: str, mode: int = os.R_OK) -> bool:
|
||||
if not os.path.isfile(filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue