Skip to content

Commit b3e41fe

Browse files
committed
Set version to 1.10.0
1 parent f110a12 commit b3e41fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Add `espec` to dependencies in the `mix.exs` file:
6060
```elixir
6161
def deps do
6262
...
63-
{:espec, "~> 1.9.2", only: :test},
63+
{:espec, "~> 1.10.0", only: :test},
6464
...
6565
end
6666
```
@@ -1205,6 +1205,8 @@ There are community supported formatters:
12051205
- Simplify espec.init.
12061206
* 1.9.2
12071207
- OTP 26 and Elixir 1.16 compatibility.
1208+
* 1.10.0
1209+
- OTP 27 and Elixir 1.18 compatibility.
12081210

12091211
## Contributing
12101212
##### Contributions are welcome and appreciated!

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ESpec.Mixfile do
22
use Mix.Project
33

4-
@version "1.9.2"
4+
@version "1.10.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)