Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koudelka committed May 20, 2021
1 parent ef85644 commit 03a8d45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 24.0
elixir 1.12.0-rc.1-otp-24
elixir 1.12.0-otp-24
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In your mix.exs file:

```elixir
defp deps do
[{:honeydew, "~> 1.4.6"}]
[{:honeydew, "~> 1.5.0"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
defmodule Honeydew.Mixfile do
use Mix.Project

@version "1.4.6"
@version "1.5.0"

def project do
[app: :honeydew,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.12.0",

This comment has been minimized.

Copy link
@jeremyjh

jeremyjh Apr 21, 2022

@koudelka just FYI this update causes a warning to print when this library is used with Elixir 1.11, but there is no actual requirement for Elixir 1.12 in this library that I can see and nothing in the CHANGELOG. I think most likely a library should not bump this unless it is actually no longer compatible with the older version, and that seems to be the practice that others follow.

This comment has been minimized.

Copy link
@koudelka

koudelka Apr 28, 2022

Author Owner

hey @jeremyjh, sorry for the delay. are you using 1.11? (is this annoying you?)

This comment has been minimized.

Copy link
@jeremyjh

jeremyjh Apr 28, 2022

@koudelka Yes we're using 1.11 but not for much longer and it is not actively annoying me, I just thought I'd mention it for the future. No need to take any action here on my account.

start_permanent: Mix.env() == :prod,
docs: docs(),
deps: deps(),
Expand Down

0 comments on commit 03a8d45

Please sign in to comment.