# v0.5.1
## Highlights
- **Fixed HTTPS support in Nushell commands**: Commands like `http get https://...` now work correctly within http-nu handlers by initializing nu_command's TLS crypto provider
## Raw commits
* fix: initialize nu_command crypto provider for https support (2025-11-07)
* chore: update Cargo.lock to resolve dependency conflicts (2025-10-15)