Skip to content

Commit

Permalink
Version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed May 26, 2024
1 parent 1206ec3 commit eb8eed7
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.8 (2024-05-26)

### Bug fixes

- Make sure the `Duration` atom is available
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.7"}
{:dune, "~> 0.3.8"}
]
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.7"
@version "0.3.8"
@github_url "https://github.com/functional-rewire/dune"

def project do
Expand Down

0 comments on commit eb8eed7

Please sign in to comment.