From 8780a3231fe8fb767ff1124b91cb31d3b8c64e71 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Thu, 14 Jan 2021 03:35:12 +0100 Subject: [PATCH] Release v0.1.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- README.md | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..85d61fe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## v0.1.0 (2021-01-14) + +Initial release. diff --git a/Cargo.toml b/Cargo.toml index a0c2524..5ab969e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/README.md b/README.md index 6132f2d..4c4460a 100644 --- a/README.md +++ b/README.md @@ -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.