diff --git a/.gitignore b/.gitignore index b87156f..ada3c83 100644 --- a/.gitignore +++ b/.gitignore @@ -32,8 +32,6 @@ pip-log.txt coverage.xml htmlcov/ - - # The Silver Searcher .agignore @@ -59,3 +57,6 @@ docs/skill_tagging.*.rst # Private requirements requirements/private.in requirements/private.txt + +# IDE files +/.idea diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6480b28..414ad7f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,7 +14,7 @@ Change Log Unreleased ********** -* + [0.1.8] - 2024-03-14 ************************************************