omg-api/CHANGELOG.md
Aadi Desai e2c5de4a0a
Derive debug for subcommands and accept &str
Instead of &Option<String>, as it will always be passed in
2023-08-30 13:30:16 +01:00

901 B

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Address input parameter for fn process in impls
  • Derive Debug for subcommands in /src

Changed

  • fn process in impls takes &str instead of &Option<String>

Deprecated

Removed

Fixed

Security

0.1.0 - 2023-05-08

Added

  • General project structure, cargo.toml and license.
  • Changelog file (this file) and reference in the readme.
  • Source files from omg crate.