omg-rs/CHANGELOG.md

64 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

# 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]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.2.1] - 2023-08-30
### Added
- Changelog file (this file) and reference in the [readme](README.md)
- Automated release with pre-built binaries using GitHub Actions: [release.yaml](.github/workflows/release.yaml)
- Prami logo, taken from [here](https://sarajoy.dev/blog/short/2023-01-18-ascii-art-heart/) 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](https://github.com/supleed2/omg-api)
- Update [omg-api](https://github.com/supleed2/omg-api) to v0.2.0
- Update config format and handling in `main.rs`
## [0.2.0] - 2023-04-14
### Changed
- General project structure, [cargo.toml](Cargo.toml) and [license](LICENSE).
### 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
[unreleased]: https://github.com/supleed2/omg-rs/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/supleed2/omg-rs/releases/tag/v0.2.1
[0.2.0]: https://github.com/supleed2/omg-rs/releases/tag/v0.2.0