From 187f8f70d09ce2d542159ff069754d76e8a62911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Fri, 17 Apr 2020 21:33:58 +0200 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9800c5a4..25ef57e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.4.0-rc.1 +## 1.4.0 - Credo's schema for pre-release names changes: There is now a `.` after the `rc` like in many other Elixir projects. @@ -36,7 +36,7 @@ ** (config) Credo.Check.Design.AliasUsage: unknown param `fi_called_more_often_than`. Did you mean `if_called_more_often_than`? - Add auto-generated check docs -- Add new documentation on Hex with [extra guides](https://hexdocs.pm/credo/1.4.0-rc.1/overview.html) and [CHANGELOG](https://hexdocs.pm/credo/1.4.0-rc.1/changelog.html) +- Add new documentation on Hex with [extra guides](https://hexdocs.pm/credo/1.4.0/overview.html) and [CHANGELOG](https://hexdocs.pm/credo/1.4.0/changelog.html) ## 1.3.2 diff --git a/README.md b/README.md index 1050c140e..9bfa57d42 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add `:credo` as a dependency to your project's `mix.exs`: ```elixir defp deps do [ - {:credo, "~> 1.3", only: [:dev, :test], runtime: false} + {:credo, "~> 1.4", only: [:dev, :test], runtime: false} ] end ``` @@ -31,7 +31,7 @@ And run: ## Documentation -Documentation is [available on Hexdocs](https://hexdocs.pm/credo/1.4.0-rc.1) +Documentation is [available on Hexdocs](https://hexdocs.pm/credo/) ## Integrations