From 8836af7f44acf2e4f02848afe02bc55bd390fab6 Mon Sep 17 00:00:00 2001 From: Jan Bergeson Date: Tue, 15 Jun 2021 10:13:02 -0600 Subject: [PATCH] Add note about the rename --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 855114c..e6737b8 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ Elixir UUID UUID generator and utilities for [Elixir](http://elixir-lang.org/). See [RFC 4122](http://www.ietf.org/rfc/rfc4122.txt). +**Note: As of version 1.2, this library has renamed from [uuid](https://hex.pm/packages/uuid) to [elixir_uuid](https://hex.pm/packages/elixir_uuid) as a solution to package name conflicts. Use [elixir_uuid](https://hex.pm/packages/elixir_uuid) going forward.** + ### Installation -The latest version is `1.1.8` and requires Elixir `~> 1.0`. New releases may change this minimum compatible version depending on breaking language changes. The [changelog](https://github.com/zyro/elixir-uuid/blob/master/CHANGELOG.md) lists every available release and its corresponding language version requirement. +The latest pre-rename version is `1.1.9` and requires Elixir `~> 1.0`. New releases may change this minimum compatible version depending on breaking language changes. The [changelog](https://github.com/zyro/elixir-uuid/blob/master/CHANGELOG.md) lists every available release and its corresponding language version requirement. Releases are published through [hex.pm](https://hex.pm/packages/uuid). Add as a dependency in your `mix.exs` file: ```elixir