Release v0.1.0

This commit is contained in:
Koen Bolhuis 2021-01-14 03:35:12 +01:00
parent 64e180fb84
commit 8780a3231f
3 changed files with 10 additions and 2 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# Changelog
## v0.1.0 (2021-01-14)
Initial release.

View File

@ -7,10 +7,10 @@ license = "MIT"
repository = "https://github.com/InputUsername/listenbrainz-rs.git"
homepage = "https://github.com/InputUsername/listenbrainz-rs"
readme = "README.md"
description = "ListenBrainz API bindings for Rust."
description = "ListenBrainz API bindings for Rust"
keywords = ["listenbrainz", "api", "bindings"]
categories = ["api-bindings"]
publish = false
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,3 +1,6 @@
# listenbrainz
[![Crate](https://img.shields.io/crates/v/listenbrainz)](https://crates.io/crates/listenbrainz)
[![Documentation](https://docs.rs/listenbrainz/badge.svg)](https://docs.rs/listenbrainz)
ListenBrainz API bindings for Rust.