Skip to content
Snippets Groups Projects
Commit 57d5cd04 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Bump the changelog

parent fa7d1878
Branches
Tags
No related merge requests found
# 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 # 0.1.0 - 2018-05-14
- Initial release - Initial release
...@@ -10,7 +10,7 @@ import multiprocessing ...@@ -10,7 +10,7 @@ import multiprocessing
from src import parser_factory, unsupported_extensions 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: def __check_file(filename: str, mode: int = os.R_OK) -> bool:
if not os.path.isfile(filename): if not os.path.isfile(filename):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment