Skip to content

Commit 78e2e4d

Browse files
authored
Merge pull request #126 from mischov/release/0.18.0
Release v0.18.0
2 parents e2ecf7a + 7e52a71 commit 78e2e4d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## v0.18.0 (2025-06-01)
6+
7+
### Compatibility
8+
9+
* No longer support Elixir versions under 1.16 or Erlang/OTP versions under 26.0
10+
* Support Elixir 1.16, 1.17, and 1.18 as well as Erlang/OTP 26.0 and 27.0
11+
512
## v0.17.0 (2023-03-27)
613

714
### Compatibility

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To install Meeseeks, add it to your `mix.exs`:
4646
```elixir
4747
defp deps do
4848
[
49-
{:meeseeks, "~> 0.17.0"}
49+
{:meeseeks, "~> 0.18.0"}
5050
]
5151
end
5252
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Meeseeks.Mixfile do
77
"""
88

99
@source_url "https://github.com/mischov/meeseeks"
10-
@version "0.17.0"
10+
@version "0.18.0"
1111

1212
def project do
1313
[

0 commit comments

Comments
 (0)