v0.2.0 release, add links/category to cargo.toml

This commit is contained in:
Aadi Desai 2023-08-30 13:35:59 +01:00
parent cb21f24a86
commit ce0fb245fd
Signed by: supleed2
SSH key fingerprint: SHA256:CkbNRs0yVzXEiUp2zd0PSxsfRUMFF9bLlKXtE1xEbKM
3 changed files with 939 additions and 41 deletions

View file

@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.2.0] - 2023-08-30
### Added
- Address input parameter for fn `process` in `impl`s
- `Address` implementation for subcommands
- API `get` and `get_auth` functions in lib root
@ -19,14 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fn `process` in `impl`s takes `&str` instead of `&Option<String>`
### Deprecated
### Removed
### Fixed
### Security
## [0.1.0] - 2023-05-08
### Added
@ -35,5 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changelog file (this file) and reference in the [readme](README.md).
- Source files from [omg](https://crates.io/crates/omg) crate.
[unreleased]: https://github.com/supleed2/omg-api/compare/v0.1.0...HEAD
[unreleased]: https://github.com/supleed2/omg-api/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/supleed2/omg-api/releases/tag/v0.2.0
[0.1.0]: https://github.com/supleed2/omg-api/releases/tag/v0.1.0

949
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,13 @@
[package]
name = "omg-api"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Library for interacting with the omg.lol API, used by the omg crate"
homepage = "https://github.com/supleed2/omg-api"
repository = "https://github.com/supleed2/omg-api"
license = "Apache-2.0"
# keywords = []
categories = ["api-bindings"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html