baseforge 0.1.3

Fast dataset discovery and archive helpers for Hugging Face and Zenodo
Documentation
# Changelog

## 0.1.3

- Restore a single Rustls-backed HTTP dependency path for all targets.

## 0.1.2

- Add file-level dataset archive progress snapshots for CLIs that want single-line progress rendering.

## 0.1.1

- Use Windows native TLS for `reqwest` on Windows targets while keeping Rustls on non-Windows targets to avoid `ring`/`dlltool.exe` build requirements during Windows GNU installs.

## 0.1.0

- Initial BaseForge release.
- Add Hugging Face Datasets and Zenodo provider support.
- Add provider-aware dataset target parsing.
- Add dataset discovery, inspection, concurrent file archiving, skip-existing behavior, and `baseforge-dataset.json` manifests.
- Document BaseForge's role in the thesa archive stack.