From 65f809a82bb5ccaec685cd09310e1514edd2361b Mon Sep 17 00:00:00 2001 From: Vitor Cavalcanti <1920397+vrcca@users.noreply.github.com> Date: Sun, 19 May 2024 11:10:25 +0200 Subject: [PATCH 1/2] Updates version in README Also, shows latest version badge and includes badge for docs. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4635e69..7ec7c53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # StreamData -[![hex.pm badge](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/stream_data) +[![Hex.pm Version](https://img.shields.io/hexpm/v/stream_data)](https://hex.pm/packages/stream_data) +[![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/stream_data) [![CI](https://github.com/whatyouhide/stream_data/workflows/CI/badge.svg)](https://github.com/whatyouhide/stream_data/actions/workflows/main.yml) [![Coverage Status](https://coveralls.io/repos/github/whatyouhide/stream_data/badge.svg?branch=master)](https://coveralls.io/github/whatyouhide/stream_data?branch=master) @@ -14,7 +15,7 @@ Add `stream_data` to your list of dependencies: ```elixir defp deps() do - [{:stream_data, "~> 0.5", only: :test}] + [{:stream_data, "~> 1.0", only: :test}] end ``` From 9d2a59202028c38544e31422726569ad914951de Mon Sep 17 00:00:00 2001 From: Vitor Cavalcanti <1920397+vrcca@users.noreply.github.com> Date: Mon, 20 May 2024 11:06:14 +0200 Subject: [PATCH 2/2] Drops Hex calls --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ec7c53..3aa7253 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # StreamData -[![Hex.pm Version](https://img.shields.io/hexpm/v/stream_data)](https://hex.pm/packages/stream_data) -[![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/stream_data) +[![hex.pm badge](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/stream_data) [![CI](https://github.com/whatyouhide/stream_data/workflows/CI/badge.svg)](https://github.com/whatyouhide/stream_data/actions/workflows/main.yml) [![Coverage Status](https://coveralls.io/repos/github/whatyouhide/stream_data/badge.svg?branch=master)](https://coveralls.io/github/whatyouhide/stream_data?branch=master)