foxerror 0.1.3

yet another proc macro for deriving Error on enums
Documentation
<!--
SPDX-FileCopyrightText: 2025 xfnw

SPDX-License-Identifier: MIT
-->

# changelog

## unreleased

## 0.1.3 - 2026-08-31
- update to syn 3

## 0.1.2 - 2025-09-13
- add support for multiline error messages

## 0.1.1 - 2025-03-24
- add support for generating `std::convert::From` implementations with the
  `#[err(from)]` attribute

## 0.1.0 - 2025-01-19
- initial release