kona-common-proc 0.0.5

Proc macro extension for the `kona-common` crate.
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]

## [0.0.5]https://github.com/anton-rs/kona/compare/kona-common-proc-v0.0.4...kona-common-proc-v0.0.5 - 2024-11-06

### Added

- *(client)* Remove `anyhow` ([#779]https://github.com/anton-rs/kona/pull/779)

## [0.0.4]https://github.com/anton-rs/kona/compare/kona-common-proc-v0.0.3...kona-common-proc-v0.0.4 - 2024-10-25

### Other

- re-org imports ([#711]https://github.com/anton-rs/kona/pull/711)

## [0.0.3]https://github.com/anton-rs/kona/compare/kona-common-proc-v0.0.2...kona-common-proc-v0.0.3 - 2024-09-04

### Added
- *(workspace)* Workspace Re-exports ([#468]https://github.com/anton-rs/kona/pull/468)

### Other
- *(workspace)* Update for `anton-rs` org transfer ([#474]https://github.com/anton-rs/kona/pull/474)
- *(workspace)* Hoist Dependencies ([#466]https://github.com/anton-rs/kona/pull/466)
- *(common-proc)* Suppress doc warning ([#436]https://github.com/anton-rs/kona/pull/436)

## [0.0.2]https://github.com/anton-rs/kona/compare/kona-common-proc-v0.0.1...kona-common-proc-v0.0.2 - 2024-06-22

### Added
- *(client)* `BootInfo` ([#205]https://github.com/anton-rs/kona/pull/205)

### Other
- *(host)* Simplify host program ([#206]https://github.com/anton-rs/kona/pull/206)