Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-foster committed Jun 5, 2024
1 parent 37036ef commit 5a527eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### v0.1.4 (2024-06-05)

* **Add**: Relax constraints to allow version `1.0` of dependency `filesystem` (thanks [@nshafer](https://github.com/nshafer))

### v0.1.3 (2023-02-26)

* **Add**: Automatically dereference symlinks during copy (requires Elixir 1.14) (thanks [@derek-zhou](https://github.com/derek-zhou))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you plan to copy assets in production, then add `phoenix_copy` as a dependenc
```elixir
def deps do
[
{:phoenix_copy, "~> 0.1.3"}
{:phoenix_copy, "~> 0.1.4"}
]
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 Phoenix.Copy.MixProject do
def project do
[
app: :phoenix_copy,
version: "0.1.3",
version: "0.1.4",
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 5a527eb

Please sign in to comment.