From 3b81a683a1b3dc6e675db9a86c3b5975ac832571 Mon Sep 17 00:00:00 2001 From: Francesc Leveque Date: Wed, 3 Jun 2026 18:00:17 +0200 Subject: [PATCH] chore: tighten package description to reflect v0.1 scope MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous description ("stock quotes, FX rates, dividend history") over-promised — v0.1 ships single-symbol get_quote/1 only. New version honestly describes current scope and signals the planned surface. Co-Authored-By: Claude Opus 4.7 (1M context) --- mix.exs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 0d72024..cdee3aa 100644 --- a/mix.exs +++ b/mix.exs @@ -35,8 +35,9 @@ defmodule YahooFinanceEx.MixProject do end defp description do - "Elixir client for the Yahoo! Finance API: stock quotes, FX rates, " <> - "dividend history. Handles Yahoo's cookie + CSRF crumb auth flow." + "Elixir client for the Yahoo! Finance API. Handles the cookie + " <> + "CSRF crumb auth flow transparently. v0.1 ships single-symbol " <> + "quote fetch; batched quotes, FX, and dividend history planned." end defp package do