Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Mar 22, 2024
1 parent 2073cad commit 26b491a
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

## Unreleased
## 0.2.1 (2024-03-22)

- Do not crash if doctest has no expected result.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The package can be installed by adding `doctest_formatter` to your list of depen
```elixir
def deps do
[
{:doctest_formatter, "~> 0.2.0", runtime: false}
{:doctest_formatter, "~> 0.2.1", runtime: false}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule DoctestFormatter.MixProject do
def project do
[
app: :doctest_formatter,
version: "0.2.0",
version: "0.2.1",
start_permanent: Mix.env() == :prod,
deps: deps(),
name: "Doctest Formatter",
Expand Down

0 comments on commit 26b491a

Please sign in to comment.