From c1150356ae944822b18957ed3ccee03c0f093c56 Mon Sep 17 00:00:00 2001 From: ashthespy Date: Tue, 9 Oct 2018 01:57:14 +0200 Subject: [PATCH] Prepare v0.1.0 release --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6abe1d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog +All notable changes to this project will be documented in this file. + + + + +## [0.1.0] - 2018-10-09 +### Initial release diff --git a/Cargo.toml b/Cargo.toml index 45a92ea..06a4552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vollibrespot" -version = "0.0.1" +version = "0.1.0" authors = ["ashthespy "] build = "build.rs"