This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
Releases: hbayindir/magazine-renamer
Releases · hbayindir/magazine-renamer
Fixes after first refactoring run.
First refactoring run.
This version doesn't introduce any new features, but refactors and documents two functions as an effort for further cleaning the code and preparing it for the future.
Under the hood changes for bigger changes.
This release contains no functional changes, but makes under the hood changes to prepare for bigger changes and new functionality.
Detailed Changes
- Bump version to
0.0.3
. - Added a
CHANGELOG
file to repository. - Changed all variables to
snake_case
. - Resolved a warning by renaming a variable called
file
to
file_to_work_on
. - Removed unused import
os
. - Changed default logging level to
WARNING
.
Hotfix release.
There was a bug in monthStringToNumber
function, causing it to return 02
for Dec
and December
. That has been fixed.
Initial functional release.
This is the first release of the code. It's functional, but neither clean nor polished, however if you need to get work done, this will work.