omg-rs/CHANGELOG.md
Aadi Desai 275ca23c12
Add API key prompt, switch command, update config format
Add handling and printing of `AddressResponse` to `stdout`
2023-08-30 14:56:34 +01:00

1.5 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

  • Changelog file (this file) and reference in the readme
  • Automated release with pre-built binaries using GitHub Actions: release.yaml
  • Prami logo, taken from here with permission
  • Prompt for API key so it isn't recorded in shell history
  • switch subcommand for selecting default_name and api_key to load
  • Handling of AddressResponse and printing to stdout

Changed

  • Switch to external version of commands crate, omg-api
  • Update omg-api to v0.2.0
  • Update config format and handling in main.rs

Deprecated

Removed

Fixed

Security

0.2.0 - 2023-04-14

Changed

Removed

  • Previous placeholder project (0.1.x)

0.1.1 - 2023-02-21 [YANKED]

Added

  • Note on holding the crate name and link to original repository

0.1.0 - 2016-04-07 [YANKED]

Added

  • Basic hello world project structure, testing crates.io