Skip to content

Commit

Permalink
Version 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed May 26, 2024
1 parent 156772d commit 5047880
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Dev

## v0.3.7 (2024-05-26)

### Bug fixes

- Fix incorrect type definitions, remove unused ones
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The package can be installed by adding `dune` to your list of dependencies in
```elixir
def deps do
[
{:dune, "~> 0.3.6"}
{:dune, "~> 0.3.7"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Dune.MixProject do
use Mix.Project

@version "0.3.6"
@version "0.3.7"
@github_url "https://github.com/functional-rewire/dune"

def project do
Expand Down

0 comments on commit 5047880

Please sign in to comment.