Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 20, 2022
1 parent dc3e40b commit a20a7a2
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

## v0.2.0-dev
## v0.2.0 (2022-09-20)

- Enhancements
- The lookup result can be stored inside an existing session to avoid parsing on every request
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add the library as a dependency to your `mix.exs` file:
defp deps do
[
# ...
{:ref_inspector_plug, "~> 0.1.0"}
{:ref_inspector_plug, "~> 0.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.Plug.MixProject do

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

def project do
[
Expand Down

0 comments on commit a20a7a2

Please sign in to comment.