Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.14 KB

File metadata and controls

46 lines (28 loc) · 1.14 KB

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.

Added

Changed

Deprecated

Removed

Fixed

Security

0.2.0 - 2023-08-30

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>

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.