fielder-proc 0.1.2

Macros for fielder
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.1.2]https://github.com/jack-weilage/fielder/compare/fielder-proc-v0.1.1...fielder-proc-v0.1.2 - 2025-01-13

### Added

- Support 'counter' fields
- Support `defmt`
- Implement `core::fmt::Display` for generated structs

### Fixed

- Correctly link documentation
- Allow `clippy::eq_op` for fields

## [0.1.1]https://github.com/jack-weilage/fielder/compare/fielder-proc-v0.1.0...fielder-proc-v0.1.1 - 2025-01-10

### Other

- Initial documentation for both `fielder` and `fielder-proc`