cel-context 0.2.0

Portable context snapshots for AI agents. Normalize any stream into reusable elements and point-in-time snapshots.
Documentation
# Changelog

All notable changes to `cel-context` will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] — 2026-06-25

### Changed
- **Breaking:** removed the deprecated `ScreenContext` type alias; use
  [`ContextSnapshot`]https://docs.rs/cel-context/latest/cel_context/struct.ContextSnapshot.html
  directly.
- MSRV raised to **1.76** (`rust-version` in `Cargo.toml`).

## [0.1.7] — 2026-06-25

### Changed
- Added crates.io metadata (`authors`, `homepage`, `documentation`), README badges, and Clippy in CI.
- Aligned Apache-2.0 licensing and refreshed changelog documentation.

## [0.1.6] — 2026-06-25

### Added
- Standalone GitHub repository and crates.io release.
- Generic OSS documentation and examples for portable context snapshots.

### Changed
- Renamed `ScreenContext` to `ContextSnapshot` (deprecated alias retained).