omg-api/CHANGELOG.md

1 KiB

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
  • Address implementation for subcommands
  • API get and get_auth functions in lib root
  • Clap derived subcommand short aliases, using visible_aliases
  • 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.