bump: version 0.63.5 → 0.64.0

This commit is contained in:
github-actions[bot]
2026-02-16 14:49:23 +00:00
parent 0f23964752
commit a4e3f0b354
4 changed files with 14 additions and 3 deletions
+11
View File
@@ -5,6 +5,17 @@ All notable changes to the Nextcloud MCP Server will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://peps.python.org/pep-0440/).
## v0.64.0 (2026-02-16)
### Feat
- add self-signed SSL certificate support for Nextcloud connections
### Fix
- add type: ignore for caldav ssl_verify_cert parameter
- convert CA bundle path to ssl.SSLContext to avoid httpx deprecation warning
## v0.63.5 (2026-02-16)
### Refactor