wry_cmd 0.1.3

Facade crate combining wry_cmd_core (runtime) and wry_cmd_macro (IPC-command registration) for Wry.
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.3]https://github.com/KitsuneDev/wry_cmd/compare/wry_cmd-v0.1.2...wry_cmd-v0.1.3 - 2025-07-25

### Other

- updated the following local packages: wry_cmd_macro

## [0.1.2]https://github.com/KitsuneDev/wry_cmd/compare/wry_cmd-v0.1.1...wry_cmd-v0.1.2 - 2025-07-25

### Other

- 🐛 Fix Macro Exports

## [0.1.1]https://github.com/KitsuneDev/wry_cmd/compare/wry_cmd-v0.1.0...wry_cmd-v0.1.1 - 2025-07-25

### Other

- ✨ Add `commands` macro for trait impls

## [0.1.0] - 2025-07-25

### Other

- 🎉 Works!