llm-stack 0.3.0

Core traits, types, and tools for the llm-stack SDK
Documentation
# Changelog

All notable changes to this project will be documented in this file.

## [0.3.0] - 2026-02-06

### Features

- *(registry)* Add shared HTTP client to ProviderConfig ([#10]https://github.com/nazq-org/llm-stack/pull/10)
- *(tool)* Add resumable tool loop and optimize hot-path allocations ([#9]https://github.com/nazq-org/llm-stack/pull/9)
- *(tool)* Replace LoopEvent with TurnResult API for resumable tool loop ([#12]https://github.com/nazq-org/llm-stack/pull/12)


## [0.2.2] - 2026-02-05

### Documentation

- Add provider crates section with links to docs.rs

### Features

- *(usage)* Skip serializing None fields in Usage struct ([#8]https://github.com/nazq-org/llm-stack/pull/8)


## [0.2.1] - 2026-02-05

### Miscellaneous

- Add docs.rs metadata configuration


## [0.2.0] - 2026-02-05

### Features

- Llm-stack SDK — unified Rust interface for LLM providers
- Rename llm-stack-core to llm-stack ([#4]https://github.com/nazq-org/llm-stack/pull/4)