Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Apr 1, 2024
1 parent daa05fc commit 1c583ab
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.3.0 (2024-04-01)

- Support opaque types in doctest results (e.g. `#User<name: "", ...>`).
- Do not crash when doctests contain double-escaped quotes. Instead, print a warning and leave the code snippet unformatted.
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.1", runtime: false}
{:doctest_formatter, "~> 0.3.0", 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.1",
version: "0.3.0",
start_permanent: Mix.env() == :prod,
deps: deps(),
name: "Doctest Formatter",
Expand Down

0 comments on commit 1c583ab

Please sign in to comment.