From 64ee68b1aa6b0759a1c26bf7c5d0461fefb356be Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 21 Mar 2026 14:20:31 +0000 Subject: [PATCH] 0.163.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d59d41d..58b2eea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.163.1 (2026-03-21) + +### Bug Fixes + +- **api**: Add missing `import requests` in dropbox.py and onedrive.py to fix ruff F821 + ([`35caf24`](https://github.com/christianlouis/DocuElevate/commit/35caf24e3c0f4034b200038fd507a4747b6785f6)) + +### Testing + +- Add -- separator assertions to rclone and ocrmypdf tests + ([`81484ad`](https://github.com/christianlouis/DocuElevate/commit/81484ad770e859e49da2a4bb5cd0ab01edf89de1)) + + ## v0.163.0 (2026-03-20) ### Bug Fixes