errcraft 0.1.0

Beautiful, structured, and colorful error handling for Rust.
Documentation
# Changelog

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

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

## [Unreleased]

### Added
- Initial release of errcraft
- Core `ErrFrame` type with composable error handling
- Rich context support with key-value pairs and text annotations
- Beautiful CLI rendering with colors and emoji
- Nested error chain display
- Smart backtrace capture and filtering
- Macro helpers: `craft!`, `bail!`, `ensure!`
- Integration with `anyhow`, `eyre`, `thiserror`, `tracing`, and `axum`
- JSON and Markdown serialization support
- Comprehensive examples and documentation
- Full test coverage
- GitLab CI pipeline

## [0.1.0] - 2024-XX-XX

### Added
- Initial public release

[Unreleased]: https://gitlab.com/TIVisionOSS/crates/errcraft/-/compare/v0.1.0...HEAD
[0.1.0]: https://gitlab.com/TIVisionOSS/crates/errcraft/-/tags/v0.1.0