From 9267eb6c3ba39b4b04e34956f48a11de27dc8bf3 Mon Sep 17 00:00:00 2001 From: rudrankriyam Date: Sat, 13 Jun 2026 16:51:52 -0700 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 6 ++++++ README.md | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab804d..fbd9ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and releases follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## 0.1.0 - 2026-06-13 + ### Added - Async APIs for complete and selected Music Understanding analysis. @@ -14,6 +16,10 @@ and releases follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). activity. - An app-friendly aggregate result with common summary values. - Timeline helpers for key, rhythm, structure, and instrument activity. +- Codable support for exporting complete native Music Understanding results. +- A macOS Musavera Lab example that combines Apple Music catalog search, + artwork, preview analysis, full-song playback, synchronized visualizations, + and JSON export. - Swift Testing coverage for package-owned option and time-range behavior. - DocC documentation, package validation, privacy metadata, and community contribution files. diff --git a/README.md b/README.md index d4ebceb..1a07224 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Add MusaveraKit with Swift Package Manager: dependencies: [ .package( url: "https://github.com/rryam/MusaveraKit.git", - branch: "main" + from: "0.1.0" ) ] ``` @@ -65,9 +65,6 @@ Then add the product to your target: .product(name: "MusaveraKit", package: "MusaveraKit") ``` -The package has not published its first semantic-version tag yet. Pin a commit -for reproducible production builds until a tagged release is available. - ## Analyze Audio Create an `AVAsset` for audio your app can access, then request all supported