Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
René Föhring committed Apr 17, 2020
1 parent 87659a2 commit 187f8f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
```
Expand All @@ -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

Expand Down

0 comments on commit 187f8f7

Please sign in to comment.