Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jul 26, 2022
1 parent 44284f1 commit b2a6050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v2.0.0-dev
## v2.0.0 (2022-07-26)

- Enhancements
- Calling `RefInspector.parse/1` with an empty referer (`""` or `nil`) will now return the input as is in the result struct instead of previously returning `nil` for both inputs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use RefInspector with your projects, edit your `mix.exs` file and add the req
defp deps do
[
# ...
{:ref_inspector, "~> 1.0"},
{:ref_inspector, "~> 2.0"},
# ...
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule RefInspector.MixProject do

@url_changelog "https://hexdocs.pm/ref_inspector/changelog.html"
@url_github "https://github.com/elixir-inspector/ref_inspector"
@version "2.0.0-dev"
@version "2.0.0"

def project do
[
Expand Down

0 comments on commit b2a6050

Please sign in to comment.