Skip to content

Commit

Permalink
Bumping to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Nov 19, 2022
1 parent ee130fe commit c4b000b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.0] - 2022-11-19

### Fixed

- Recognize protocol implementations

## [0.20.0] - 2022-10-11

### Fixed

- Recognize `@opaque` struct typespecs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Adding `:doctor` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:doctor, "~> 0.19.0", only: :dev}
{:doctor, "~> 0.21.0", only: :dev}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Doctor.MixProject do
def project do
[
app: :doctor,
version: "0.19.0",
version: "0.21.0",
elixir: "~> 1.10",
name: "Doctor",
source_url: @source_url,
Expand Down

0 comments on commit c4b000b

Please sign in to comment.