From 9c7eefe7af47171abdf19df593152509e16210b4 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 24 Jun 2025 23:46:51 +0000 Subject: [PATCH] Version bump (#32) Reviewed-on: https://git.kundeng.us/phoenix/icarus_meta/pulls/32 Co-authored-by: phoenix Co-committed-by: phoenix --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/Cargo.lock b/Cargo.lock index e1bcf44..7fbf564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "icarus_meta" -version = "0.1.30" +version = "0.2.0" dependencies = [ "lofty", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index 94a928c..239b90a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icarus_meta" -version = "0.1.30" +version = "0.2.0" edition = "2024" rust-version = "1.86" diff --git a/README.md b/README.md new file mode 100644 index 0000000..c50b599 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Library to manage metadata of flac files, used in various icarus-related software +projects.