# Changelog
## 0.1.10
- Accept provider slug aliases with common separators such as spaces, hyphens, and underscores.
## 0.1.9
- Accept provider URL prefixes case-insensitively and support common `www.` provider hosts.
## 0.1.8
- Parse Hugging Face short-domain model URLs such as `https://hf.co/owner/model`.
## 0.1.7
- Parse Ollama model page URLs such as `https://ollama.com/library/llama3`.
- Strip query strings and fragments from Hugging Face-style target paths before normalization.
## 0.1.6
- Add `ModelProvider::ALL` and `ModelProvider::all()` for stable provider iteration.
- Add `ModelTarget` variant helpers for organization/search and concrete model targets.
## 0.1.5
- Declare Rust 1.85 as the minimum supported compiler for the 2024 edition crate.
## 0.1.4
- Improve README crate guide with API surface, accepted forms, package contents, and role in thesa.
- Refine crate metadata and keywords for discoverability.
## 0.1.3
- Add package `LICENSE` and changelog.
- Keep Cargo package contents whitelisted to source, manifest, README, license, and changelog only.
## 0.1.2
- Add package metadata hardening and Knott Dynamics attribution.
## 0.1.1
- Add provider slug helpers, model target helper methods, rustdocs, and examples.
## 0.1.0
- Initial model provider and target parsing primitives.