diff --git a/notescriber/changelog.md b/changelog.md similarity index 90% rename from notescriber/changelog.md rename to changelog.md index 5dac020..b97fd10 100644 --- a/notescriber/changelog.md +++ b/changelog.md @@ -9,12 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Filtering of files to be "picked" based on a regex, preventing errors when creating datetime objects - ### Changed ### Removed +## [0.0.5] - 2024-02-25 + +### Added + +- Filtering of files to be "picked" based on a regex, preventing errors when creating datetime objects + ## [0.0.4] - 2024-02-17 ### Added diff --git a/notescriber.py b/notescriber.py index ed6f36e..f018a87 100755 --- a/notescriber.py +++ b/notescriber.py @@ -1,11 +1,5 @@ #!/usr/bin/env python -# from notescriber import picker -# from notescriber import config -# from notescriber import dispatcher -# from notescriber import notetaker -# from notescriber import transcriber - import notescriber import logging