From 33333429267b3dee4fcd94316949d6e161b140d4 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 23 Mar 2024 02:45:26 +0100 Subject: [PATCH 1/3] chore(release): release musixmatch-inofficial v0.1.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd43631 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## v0.1.0 - 2024-03-23 + +Initial release + + From 053702c2f569a634f18e2e4fbee24c3926fddaa8 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 23 Mar 2024 02:48:27 +0100 Subject: [PATCH 2/3] fix: move package attributes to workspace --- Cargo.toml | 18 ++++++++++++++---- cli/Cargo.toml | 9 +++++---- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c998bf..5e0c2ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,27 @@ [package] name = "musixmatch-inofficial" version = "0.1.0" -edition = "2021" -authors = ["ThetaDev "] -license = "MIT" +edition.workspace = true +authors.workspace = true +license.workspace = true +repository.workspace = true +keywords.workspace = true description = "Inofficial client for the Musixmatch API" -keywords = ["music", "lyrics"] + include = ["/src", "README.md", "LICENSE"] [workspace] members = [".", "cli"] +[workspace.package] +edition = "2021" +authors = ["ThetaDev "] +license = "MIT" +repository = "https://code.thetadev.de/ThetaDev/musixmatch-inofficial" +keywords = ["music", "lyrics"] +categories = ["api-bindings", "multimedia"] + [workspace.dependencies] musixmatch-inofficial = { version = "0.1.0", path = ".", default-features = false } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4279f8c..c5afe16 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "musixmatch-cli" version = "0.1.0" -edition = "2021" -authors = ["ThetaDev"] -license = "MIT" +edition.workspace = true +authors.workspace = true +license.workspace = true +repository.workspace = true +keywords.workspace = true description = "Inofficial command line interface for the Musixmatch API" -keywords = ["music", "lyrics", "cli"] [features] default = ["rustls-tls-native-roots"] From 9faa2cd6b8906b41823c1bea97db34b1ee724123 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 23 Mar 2024 02:48:48 +0100 Subject: [PATCH 3/3] chore(release): release musixmatch-inofficial v0.1.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd43631 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## v0.1.0 - 2024-03-23 + +Initial release + +